improved MinGW support

This commit is contained in:
Przemyslaw Skibinski
2016-12-21 11:18:45 +01:00
parent 5736db219e
commit a35b9448ac
2 changed files with 21 additions and 11 deletions
-3
View File
@@ -13,9 +13,6 @@
#ifdef _MSC_VER /* Visual */
# pragma warning(disable : 4204) /* non-constant aggregate initializer */
#endif
#if defined(__MINGW32__) && !defined(_POSIX_SOURCE)
# define _POSIX_SOURCE 1 /* disable %llu warnings with MinGW on Windows */
#endif
/*-*************************************