home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / dtime / data.1 / StdAfx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-08  |  1.2 KB  |  49 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5.  
  6. //#define VC_EXTRALEAN    // Exclude rarely-used stuff from Windows headers
  7.  
  8. #ifdef _WIN32
  9.  
  10. #include <afxwin.h>         // MFC core and standard components
  11. #include <afxext.h>         // MFC extensions
  12.              
  13. #ifndef _AFX_NO_OLE_SUPPORT
  14. #include <afxole.h>         // MFC OLE classes
  15. #include <afxodlgs.h>       // MFC OLE dialog classes
  16. #include <afxdisp.h>        // MFC OLE automation classes
  17. #endif // _AFX_NO_OLE_SUPPORT
  18.  
  19.  
  20. #ifndef _AFX_NO_DB_SUPPORT
  21. #include <afxdb.h>      // MFC ODBC database classes
  22. #endif // _AFX_NO_DB_SUPPORT
  23.  
  24. #ifndef _AFX_NO_DAO_SUPPORT
  25. #include <afxdao.h>     // MFC DAO database classes
  26. #endif // _AFX_NO_DAO_SUPPORT
  27.  
  28.  
  29. #ifndef _AFX_NO_AFXCMN_SUPPORT
  30. #include <afxcmn.h>     // MFC support for Windows 95 Common Controls
  31. #endif // _AFX_NO_AFXCMN_SUPPORT
  32.  
  33. #elif _WINDOWS  
  34.  
  35. #include <afxwin.h>         // MFC core and standard components
  36. #include <afxext.h>         // MFC extensions
  37.  
  38. #else
  39. #include <afx.h>
  40. #endif // _WIN32
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.