home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 1997 / CT_SW_97.ISO / mac / Software / finanzen / win95 / quotenow.exe / data.z / StdAfx.h < prev    next >
C/C++ Source or Header  |  1996-09-17  |  954b  |  33 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. #include <afxwin.h>         // MFC core and standard components
  9. #include <afxext.h>         // MFC extensions
  10.  
  11. #ifndef _AFX_NO_OLE_SUPPORT
  12. #include <afxole.h>         // MFC OLE classes
  13. #include <afxodlgs.h>       // MFC OLE dialog classes
  14. #include <afxdisp.h>        // MFC OLE automation classes
  15. #endif // _AFX_NO_OLE_SUPPORT
  16.  
  17.  
  18. #ifndef _AFX_NO_DB_SUPPORT
  19. #include <afxdb.h>            // MFC ODBC database classes
  20. #endif // _AFX_NO_DB_SUPPORT
  21.  
  22. #ifndef _AFX_NO_DAO_SUPPORT
  23. #include <afxdao.h>            // MFC DAO database classes
  24. #endif // _AFX_NO_DAO_SUPPORT
  25.  
  26. #ifndef _AFX_NO_AFXCMN_SUPPORT
  27. #include <afxcmn.h>            // MFC support for Windows 95 Common Controls
  28. #endif // _AFX_NO_AFXCMN_SUPPORT
  29.  
  30.  
  31.  
  32.  
  33.