Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
906 B

  1. #if !defined(AFX_STDAFX_H__8DEDB8F8_5C6D_11D1_8CCD_00C04FD918D0__INCLUDED_)
  2. #define AFX_STDAFX_H__8DEDB8F8_5C6D_11D1_8CCD_00C04FD918D0__INCLUDED_
  3. // stdafx.h : include file for standard system include files,
  4. // or project specific include files that are used frequently, but
  5. // are changed infrequently
  6. //
  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 <afxcmn.h> // MFC support for Windows 95 Common Controls
  11. #include "debug.h" // For ASSERT, VERIFY, and TRACE
  12. #include <customaw.h> // Custom AppWizard interface
  13. #include <afxole.h>
  14. //{{AFX_INSERT_LOCATION}}
  15. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  16. #endif // !defined(AFX_STDAFX_H__8DEDB8F8_5C6D_11D1_8CCD_00C04FD918D0__INCLUDED_)