home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / labs / c12 / lab01 / ex01 / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1997-02-20  |  858 b   |  21 lines

  1. #if !defined(STDAFX_H__7F7767C7_365B_11D0_9C9D_00A0D100E3C8__INCLUDED_)
  2. #define STDAFX_H__7F7767C7_365B_11D0_9C9D_00A0D100E3C8__INCLUDED_
  3.  
  4. // stdafx.h : include file for standard system include files,
  5. //      or project specific include files that are used frequently,
  6. //      but are changed infrequently
  7.  
  8. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  9.  
  10. #include <afxctl.h>         // MFC support for ActiveX Controls
  11.  
  12. // Delete the two includes below if you do not wish to use the MFC
  13. //  database classes
  14. #include <afxdb.h>            // MFC database classes
  15. #include <afxdao.h>            // MFC DAO database classes
  16.  
  17. //{{AFX_INSERT_LOCATION}}
  18. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  19.  
  20. #endif // !defined(STDAFX_H__7F7767C7_365B_11D0_9C9D_00A0D100E3C8__INCLUDED_)
  21.