home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / controls / drawpic / stdafx.h < prev   
C/C++ Source or Header  |  1998-03-26  |  977b  |  25 lines

  1. // stdafx.h : include file for standard system include files,
  2. //      or project specific include files that are used frequently,
  3. //      but are changed infrequently
  4.  
  5. // This is a part of the Microsoft Foundation Classes C++ library.
  6. // Copyright (C) 1992-1998 Microsoft Corporation
  7. // All rights reserved.
  8. //
  9. // This source code is only intended as a supplement to the
  10. // Microsoft Foundation Classes Reference and related
  11. // electronic documentation provided with the library.
  12. // See these sources for detailed information regarding the
  13. // Microsoft Foundation Classes product.
  14.  
  15. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  16.  
  17. #include <afxctl.h>         // MFC support for OLE Controls
  18.  
  19. // Delete the two includes below if you do not wish to use the MFC
  20. //  database classes
  21. #ifndef _UNICODE
  22. #include <afxdb.h>          // MFC database classes
  23. #include <afxdao.h>         // MFC DAO database classes
  24. #endif //_UNICODE
  25.