Commit 34c7ff6d authored by Andy Polyakov's avatar Andy Polyakov
Browse files

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

parent 64790791
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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