home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / API / SAMPLES / FOXTLIB / STDAFX.H < prev   
Encoding:
C/C++ Source or Header  |  1998-05-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.