浏览代码

Fixed VS2015 error; snprintf std is now included

tags/v0.99.beta20
Huxy 8 年前
父节点
当前提交
e7a28ddc82
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      build/win32/config.h

+ 3
- 1
build/win32/config.h 查看文件

@@ -94,5 +94,7 @@
#define inline __inline
#endif
#define strcasecmp stricmp
#define snprintf _snprintf

#if defined(_MSC_VER) && _MSC_VER < 1900
#define snprintf _snprintf
#endif

正在加载...
取消
保存