瀏覽代碼

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

Loading…
取消
儲存