诸暨麻将添加redis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 line
301 B

  1. // stdafx.h : 标准系统包含文件的包含文件,
  2. // 或是经常使用但不常更改的
  3. // 特定于项目的包含文件
  4. //
  5. #pragma once
  6. #ifndef __linux__
  7. #include "targetver.h"
  8. #define WIN32_LEAN_AND_MEAN // 从 Windows 头文件中排除极少使用的信息
  9. // Windows 头文件:
  10. #include <windows.h>
  11. #endif