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

模拟服务器

开发平台:

C/C++

  1. #ifndef __INCLUDE_COMMON_STDAFX_H__
  2. #define __INCLUDE_COMMON_STDAFX_H__
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  7. #include "windows.h"
  8. #endif // __INCLUDE_COMMON_STDAFX_H__