home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Wtestowe / Vistdstd / Install / Data.Z / StdAfx.H < prev    next >
C/C++ Source or Header  |  1997-07-07  |  1KB  |  42 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. //*****************************************************************************
  7. //    STDAFX.H - Generated by the "MFC VAddon VSL Wizard."
  8. //    Special definitions required for building MFC VSL's:
  9.  
  10. #define VADDON_MFC
  11.  
  12. //*****************************************************************************
  13.  
  14.  
  15. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  16.  
  17. #include <afxwin.h>         // MFC core and standard components
  18. #include <afxext.h>         // MFC extensions
  19.  
  20. #ifndef _AFX_NO_OLE_SUPPORT
  21. #include <afxole.h>         // MFC OLE classes
  22. #include <afxodlgs.h>       // MFC OLE dialog classes
  23. #include <afxdisp.h>        // MFC OLE automation classes
  24. #endif // _AFX_NO_OLE_SUPPORT
  25.  
  26.  
  27. #ifndef _AFX_NO_DB_SUPPORT
  28. #include <afxdb.h>            // MFC ODBC database classes
  29. #endif // _AFX_NO_DB_SUPPORT
  30.  
  31. #ifndef _AFX_NO_DAO_SUPPORT
  32. #include <afxdao.h>            // MFC DAO database classes
  33. #endif // _AFX_NO_DAO_SUPPORT
  34.  
  35. #ifndef _AFX_NO_AFXCMN_SUPPORT
  36. #include <afxcmn.h>            // MFC support for Windows 95 Common Controls
  37. #endif // _AFX_NO_AFXCMN_SUPPORT
  38.  
  39.  
  40.  
  41.  
  42.