compile fix for MinGW

pull/177/head
Tim Sjöstrand 2015-09-15 19:17:42 +02:00
parent 5378a96536
commit 412e1ecc16
1 changed files with 1 additions and 1 deletions

2
stb.h
View File

@ -206,7 +206,7 @@ CREDITS
#endif
#endif
#ifdef _WIN32
#if defined(_WIN32) && !defined(__MINGW32__)
#define _CRT_SECURE_NO_WARNINGS
#define _CRT_NONSTDC_NO_DEPRECATE
#define _CRT_NON_CONFORMING_SWPRINTFS