소스 검색

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

불러오는 중...
취소
저장