Simplified #ifdef on WIN32; the statement
" !defined(__GNUC__) || defined(__MINGW32__)" implies CygWin.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
#include "strtoofft.h"
|
||||
#include "strequal.h"
|
||||
|
||||
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
|
||||
#if defined(WIN32) && !defined(__CYGWIN__)
|
||||
#include <time.h>
|
||||
#include <io.h>
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user