home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / labs / c05 / lab07 / ex02 / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1997-02-20  |  582 b   |  17 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. #include <afxwin.h>         // MFC core and standard components
  7. #include <afxext.h>         // MFC extensions
  8.  
  9. #ifndef _AFX_NO_AFXCMN_SUPPORT
  10. #include <afxcmn.h>            // MFC support for Windows 95 Common Controls
  11. #endif // _AFX_NO_AFXCMN_SUPPORT
  12.  
  13. #include <afxdisp.h>        // MFC OLE automation classes
  14.  
  15. #include <afxole.h>            //
  16. #include <afxodlgs.h>        //
  17. #include <afxrich.h>        // MFC RichEdit support