WIN32 support

Ugh
This commit is contained in:
vscosta
2014-11-03 00:13:34 +00:00
parent ef0d7b77fb
commit c7a3836b2c
9 changed files with 184 additions and 150 deletions

View File

@@ -23,7 +23,7 @@
#endif
#ifndef __WINDOWS__
#if defined(_MSC_VER) || defined(__MINGW32__)
#if defined(_MSC_VER) || defined(__MINGW32__) || defined(__MSYS__)
#define __WINDOWS__ 1
#endif
#endif