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__A20D8132_8317_4482_B56B_7EDBCF089D4F__INCLUDED_)
  6. #define AFX_STDAFX_H__A20D8132_8317_4482_B56B_7EDBCF089D4F__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. #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // 某些 CString 构造函数将是显式的
  17. // 关闭 MFC 对某些常见但经常被安全忽略的警告消息的隐藏
  18. #define _AFX_ALL_WARNINGS
  19. #pragma warning( disable : 4244 ) // warning C4244: “=” : 从“__time64_t”转换到“time_t”,可能丢失数据
  20. #pragma warning( disable : 4995 ) // warning C4995: “CDaoRecordset”: 名称被标记为 #pragma deprecated
  21. #include <afxwin.h>         // MFC core and standard components
  22. #include <afxext.h>         // MFC extensions
  23. #include <afxole.h>         // MFC OLE classes
  24. #include <afxodlgs.h>       // MFC OLE dialog classes
  25. #include <afxpriv.h>
  26. #include <afxtempl.h>
  27. #include <afxcview.h>
  28. #include <afxdisp.h>        // MFC Automation classes
  29. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  30. #ifndef _AFX_NO_AFXCMN_SUPPORT
  31. #include <afxcmn.h> // MFC support for Windows Common Controls
  32. #endif // _AFX_NO_AFXCMN_SUPPORT
  33. #include <afxdao.h> // MFC DaoDatabase
  34. #include <afxdb.h> // MFC ODBC database classes
  35. #include "htmlhelp/htmlhelp.h"
  36. // ProfUIS
  37. //#include "../ProfUIS/Include/Prof-UIS.h"
  38. // GuiLib
  39. #include "../GuiLib/Header/ExtLib.h"
  40. // XPFace
  41. // #define SPFACE_STATIC
  42. #include "../XPFace/Include/XPFace.h"
  43. // StkLib
  44. // #define STKLIB_STATIC
  45. #include "../StkLib/Include/StkLib.h"
  46. // StkNet
  47. // #define STKNET_STATIC
  48. #include "../StkNet/Include/StkNet.h"
  49. #include "Resource.h"
  50. #include "AfxCore.h"
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_STDAFX_H__A20D8132_8317_4482_B56B_7EDBCF089D4F__INCLUDED_)