Leaked source code of windows server 2003
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.

31 lines
1.2 KiB

  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. #pragma warning( disable : 4100 ) // Disable unreferenced local warning
  6. #pragma warning( disable : 4200 ) // Disable nonstandard extensions warning
  7. #if !defined(AFX_STDAFX_H__1F8039B8_3194_48E0_9C9A_3236C0654B33__INCLUDED_)
  8. #define AFX_STDAFX_H__1F8039B8_3194_48E0_9C9A_3236C0654B33__INCLUDED_
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  13. #include <afxwin.h> // MFC core and standard components
  14. #include <afxext.h> // MFC extensions
  15. #include <afxres.h>
  16. #include <afxcview.h>
  17. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  18. #ifndef _AFX_NO_AFXCMN_SUPPORT
  19. #include <afxcmn.h> // MFC support for Windows Common Controls
  20. #endif // _AFX_NO_AFXCMN_SUPPORT
  21. //{{AFX_INSERT_LOCATION}}
  22. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  23. #endif // !defined(AFX_STDAFX_H__1F8039B8_3194_48E0_9C9A_3236C0654B33__INCLUDED_)