home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / labs / c13 / lab02 / ex01 / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1997-02-20  |  694 b   |  23 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.  
  10. #import "..\..\lab01\ex01\modayrx.tlb"
  11. #include "..\..\lab01\ex01\modayrx_i.c"
  12.  
  13. #include <afxext.h>         // MFC extensions
  14. #include <afxdisp.h>        // MFC OLE automation classes
  15. #include <afxdb.h>            // MFC ODBC database classes
  16. #ifndef _AFX_NO_AFXCMN_SUPPORT
  17. #include <afxcmn.h>            // MFC support for Windows Common Controls
  18. #endif // _AFX_NO_AFXCMN_SUPPORT
  19.  
  20.  
  21.  
  22.  
  23.