MinGW warning cleanup: _MSC_VER -> _WIN32.

From 1ba5adb2ec "MDB_VL32 preparation".
This commit is contained in:
Howard Chu 2015-12-19 23:51:31 +00:00 committed by Hallvard Furuseth
parent 25fd09df6d
commit 935a90dfc4

View file

@ -198,7 +198,7 @@ typedef SSIZE_T ssize_t;
#define ESECT
#endif
#ifdef _MSC_VER
#ifdef _WIN32
#define CALL_CONV WINAPI
#else
#define CALL_CONV