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.

30 lines
1.2 KiB

  1. #if !defined(AFX_STDAFX_H__4FFFC390_2F1E_11D3_BE10_0000F87A3912__INCLUDED_)
  2. #define AFX_STDAFX_H__4FFFC390_2F1E_11D3_BE10_0000F87A3912__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // stdafx.h : include file for standard system include files,
  7. // or project specific include files that are used frequently,
  8. // but are changed infrequently
  9. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  10. #include <afxctl.h> // MFC support for ActiveX Controls
  11. #include <afxext.h> // MFC extensions
  12. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Comon Controls
  13. #ifndef _AFX_NO_AFXCMN_SUPPORT
  14. #include <afxcmn.h> // MFC support for Windows Common Controls
  15. #endif // _AFX_NO_AFXCMN_SUPPORT
  16. // Delete the two includes below if you do not wish to use the MFC
  17. // database classes
  18. #include <afxdb.h> // MFC database classes
  19. #include <afxdao.h> // MFC DAO database classes
  20. #include <afxtempl.h> // MFC Template classes
  21. //{{AFX_INSERT_LOCATION}}
  22. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  23. #endif // !defined(AFX_STDAFX_H__4FFFC390_2F1E_11D3_BE10_0000F87A3912__INCLUDED_)