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

金融证券系统

开发平台:

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__1CAD116B_242A_4541_868B_BDB802746ACA__INCLUDED_)
  6. #define AFX_STDAFX_H__1CAD116B_242A_4541_868B_BDB802746ACA__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. // Insert your headers here
  11. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  12. #include <stdio.h>
  13. #include <stdlib.h>
  14. #include <stdarg.h>
  15. #include <string.h>
  16. #include <io.h>
  17. #include <ctype.h>
  18. #include <limits.h>
  19. #include <math.h>
  20. #ifdef _WINDOWS
  21. #define _STRICT
  22. #include <windows.h>
  23. #endif
  24. #pragma warning (disable : 4251) // warning C4251: “CDJ::m_stockSha” : class“CStock”需要有 dll 接口由 class“CDJ”的客户端使用 
  25. #pragma warning (disable : 4275) // warning C4275: non dll-interface class 'CSPArray<class CStockInfo,class CStockInfo &>' used as base for dll-interface class 'CStockContainer'
  26. #include <StkLib.h>
  27. #include "SpDebug.h"
  28. #include "SpMemory.h"
  29. #include "Strings.h"
  30. #ifndef UNUSED
  31. #define UNUSED(x) x
  32. #endif
  33. #ifdef SP_WINDOWS
  34. #ifdef SP_WIN32
  35. HINSTANCE AfxGetModuleHandle();
  36. #endif
  37. #endif
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_STDAFX_H__1CAD116B_242A_4541_868B_BDB802746ACA__INCLUDED_)