__CYGWIN32__ to _CYGWIN

main
Li Keqing 8 years ago committed by David Chisnall
parent a48030b12e
commit e9e8bd3997

@ -1,4 +1,4 @@
#if (defined(_WIN32) && defined(__i386__)) || defined(__CYGWIN32__) || defined(__APPLE__)
#if (defined(_WIN32) && defined(__i386__)) || defined(_CYGWIN) || defined(__APPLE__)
#define CDECL(symbol) _##symbol
#else
#define CDECL(symbol) symbol

Loading…
Cancel
Save