home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / source / chap04 / lst43 / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1996-09-26  |  534 b   |  15 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. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  6.  
  7. #include <afxctl.h>         // MFC support for OLE Controls
  8.  
  9. // Delete the two includes below if you do not wish to use the MFC
  10. //  database classes
  11. #ifndef _UNICODE
  12. #include <afxdb.h>            // MFC database classes
  13. #include <afxdao.h>            // MFC DAO database classes
  14. #endif //_UNICODE
  15.