Changes for MinGW compiler

This commit is contained in:
Constantine Tarasenkov
2014-06-11 02:38:57 +04:00
parent e2cbee77b8
commit 6aace693db
5 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
#include <memory>
#include <sstream>
#ifdef _WIN32
#if defined(_WIN32) && !defined(__MINGW32__)
// Fix MSVC warning about "unsafe" fopen.
FILE *FOpen(const char *filename, const char *mode) {
FILE *f = 0;