StdAfx.h 822 B

123456789101112131415161718192021222324
  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. #ifndef STDAFX_H
  6. #define STDAFX_H
  7. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  8. #include <afxwin.h> // MFC core and standard components
  9. #include <afxext.h> // MFC extensions
  10. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  11. #ifndef _AFX_NO_AFXCMN_SUPPORT
  12. #include <afxcmn.h> // MFC support for Windows Common Controls
  13. #endif // _AFX_NO_AFXCMN_SUPPORT
  14. #define VIEWCLASS CMyPropertyPage1
  15. #define VIEWCLASS_HEADER_FILE "MyPropertyPages.h"
  16. //{{AFX_INSERT_LOCATION}}
  17. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  18. #endif //STDAFX_H