StdAfx.h
上传用户:zhanglf88
上传日期:2013-11-19
资源大小:6036k
文件大小:2k
源码类别:

金融证券系统

开发平台:

Visual C++

  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__42A0B087_D792_11D4_B90C_000000000000__INCLUDED_)
  6. #define AFX_STDAFX_H__42A0B087_D792_11D4_B90C_000000000000__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  11. // 如果您必须使用下列所指定的平台之前的平台,则修改下面的定义。
  12. // 有关不同平台的相应值的最新信息,请参考 MSDN。
  13. #ifndef WINVER // 允许使用 Windows 95 和 Windows NT 4 或更高版本的特定功能。
  14. #define WINVER 0x0400 //为 Windows98 和 Windows 2000 及更新版本改变为适当的值。
  15. #endif
  16. /* Layout Orientation Options, defined if (WINVER >= 0x0500) */
  17. #ifndef LAYOUT_RTL
  18. #define LAYOUT_RTL                         0x00000001 // Right to left
  19. #endif
  20. //WINBUG: some mirroring stuff will be in wingdi.h someday
  21. #ifndef LAYOUT_LTR
  22. #define LAYOUT_LTR  0x00000000
  23. #endif
  24. // 关闭 MFC 对某些常见但经常被安全忽略的警告消息的隐藏
  25. #define _AFX_ALL_WARNINGS
  26. #pragma warning( disable : 4146 ) // warning C4146: unary minus operator applied to unsigned type, result still unsigned
  27. #include <afxwin.h>         // MFC core and standard components
  28. #include <afxext.h>         // MFC extensions
  29. #ifndef _AFX_NO_OLE_SUPPORT
  30. #include <afxole.h>         // MFC OLE classes
  31. #include <afxodlgs.h>       // MFC OLE dialog classes
  32. #include <afxdisp.h>        // MFC Automation classes
  33. #endif // _AFX_NO_OLE_SUPPORT
  34. #ifndef _AFX_NO_DB_SUPPORT
  35. #include <afxdb.h> // MFC ODBC database classes
  36. #endif // _AFX_NO_DB_SUPPORT
  37. #ifndef _AFX_NO_DAO_SUPPORT
  38. #include <afxdao.h> // MFC DAO database classes
  39. #endif // _AFX_NO_DAO_SUPPORT
  40. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  41. #ifndef _AFX_NO_AFXCMN_SUPPORT
  42. #include <afxcmn.h> // MFC support for Windows Common Controls
  43. #endif // _AFX_NO_AFXCMN_SUPPORT
  44. #include <afxrich.h>
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_STDAFX_H__42A0B087_D792_11D4_B90C_000000000000__INCLUDED_)