StdAfx.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. #if !defined(AFX_STDAFX_H__56F3D184_7208_47FE_AFE2_E270325F356A__INCLUDED_)
  6. #define AFX_STDAFX_H__56F3D184_7208_47FE_AFE2_E270325F356A__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. #pragma warning(disable : 4995)
  11. //remove 2005 warnings
  12. #define _CRT_SECURE_NO_DEPRECATE 1
  13. #define _CRT_NON_CONFORMING_SWPRINTFS 1
  14. #define _WIN32_WINNT 0x0500
  15. #define WINVER 0x0500
  16. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  17. #include <afxwin.h> // MFC core and standard components
  18. #include <afxext.h> // MFC extensions
  19. #include <afxdisp.h> // MFC Automation classes
  20. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  21. #ifndef _AFX_NO_AFXCMN_SUPPORT
  22. #include <afxcmn.h> // MFC support for Windows Common Controls
  23. #endif // _AFX_NO_AFXCMN_SUPPORT
  24. #include <afxole.h>
  25. #include <Winsock2.h>
  26. #include "UnicodeMacros.h"
  27. #include <imm.h>
  28. #import "riched20.dll" raw_interfaces_only, raw_native_types, no_namespace, named_guids
  29. //{{AFX_INSERT_LOCATION}}
  30. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  31. #endif // !defined(AFX_STDAFX_H__56F3D184_7208_47FE_AFE2_E270325F356A__INCLUDED_)