stdafx.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:2k
源码类别:

模拟服务器

开发平台:

C/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__465EAB58_4316_4ADF_A9C0_C901BF969BE1__INCLUDED_)
  6. #define AFX_STDAFX_H__465EAB58_4316_4ADF_A9C0_C901BF969BE1__INCLUDED_
  7. #ifndef BEGIN_INTERFACE
  8. #ifdef __KS_VC_COMPATIBILITY_GCC__
  9. #ifndef BEGIN_INTERFACE
  10.    #define BEGIN_INTERFACE virtual void __KS_VC_COMPATIBILITY_GCC__a() {} virtual void __KS_VC_COMPATIBILITY_GCC__b() {}
  11. #endif
  12. #else   // __KAV_VC_COMP_GCC__
  13. #ifndef BEGIN_INTERFACE
  14.    #define BEGIN_INTERFACE
  15. #endif
  16. #endif  // __KAV_VC_COMP_GCC__
  17. #endif  // BEGIN_INTERFACE
  18. #ifndef END_INTERFACE
  19. #define END_INTERFACE
  20. #endif
  21. #ifndef KSIDL_DEFINE
  22. #ifdef _XP_LINUX_
  23. // Add Header file for Linux 
  24. #else   //_XP_LINUX_
  25. #if _MSC_VER > 1000
  26. #pragma once
  27. #endif // _MSC_VER > 1000
  28. #ifndef WIN32_LEAN_AND_MEAN
  29. // Insert your headers here
  30. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  31. #endif
  32. // TODO: reference additional headers your program requires here
  33. #ifdef _XP_WIN32_MFC_
  34. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  35. #include <afxwin.h>         // MFC core and standard components
  36. #include <afxext.h>         // MFC extensions
  37. #include <afxdisp.h>        // MFC Automation classes
  38. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  39. #ifndef _AFX_NO_AFXCMN_SUPPORT
  40. #include <afxcmn.h> // MFC support for Windows Common Controls
  41. #endif // _AFX_NO_AFXCMN_SUPPORT
  42. //#include <afxsock.h> // MFC socket extensions
  43. #else  // !_XP_WIN32_MFC_
  44. #include "rpc.h"
  45. #include "rpcndr.h"
  46. #include "windows.h"
  47. #include "ole2.h"
  48. #endif  // _XP_WIN32_MFC_
  49. #endif  // _XP_LINUX_
  50. #endif // KSIDL_DEFINE
  51. #include "KSCOMDef.h"
  52. #include "KAVPublic.h"
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_STDAFX_H__465EAB58_4316_4ADF_A9C0_C901BF969BE1__INCLUDED_)