소스 검색

Merge pull request #13 from HuxyUK/master

Fixed VS2015 error; snprintf std is now included
tags/v0.99.beta20
Sam Hocevar 9 년 전
부모
커밋
ae47c93bff
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

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