ソースを参照

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

読み込み中…
キャンセル
保存