[win] Fix Cygwin build

db30828048 (commitcomment-7077778)
This commit is contained in:
Behdad Esfahbod 2014-07-21 11:12:54 -04:00
parent 1132a7dd0e
commit 0fc0a10228
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
#define HB_FUNC __func__ #define HB_FUNC __func__
#endif #endif
#ifdef _WIN32 #if defined(_WIN32) || defined(__CYGWIN__)
/* We need Windows Vista for both Uniscribe backend and for /* We need Windows Vista for both Uniscribe backend and for
* MemoryBarrier. We don't support compiling on Windows XP, * MemoryBarrier. We don't support compiling on Windows XP,
* though we run on it fine. */ * though we run on it fine. */