Cygwin doesn't expose Win32 [not "officially"].

This commit is contained in:
Andy Polyakov 2005-05-03 21:20:17 +00:00
parent 647907918d
commit 34c7ff6dc9

View File

@ -620,7 +620,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,
}
#endif
#if defined(_WIN32)
#if defined(_WIN32) && !defined(__CYGWIN__)
#include <tchar.h>
#if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333