Fixed building with cygwin
Note that building with cygwin gcc results in a DLL that depends on cygwin1.dll
This commit is contained in:
parent
588e67304c
commit
ef291a943f
4 changed files with 116 additions and 15 deletions
|
@ -114,7 +114,7 @@
|
|||
#undef __SOLARIS__
|
||||
#define __SOLARIS__ 1
|
||||
#endif
|
||||
#if defined(WIN32) || defined(_WIN32)
|
||||
#if defined(WIN32) || defined(_WIN32) || defined(__CYGWIN__)
|
||||
#undef __WIN32__
|
||||
#define __WIN32__ 1
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue