From 0fc0a1022854324261fea8893678a3e9fd9443eb Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 21 Jul 2014 11:12:54 -0400 Subject: [PATCH] [win] Fix Cygwin build https://github.com/behdad/harfbuzz/commit/db308280488c2ee11ba865a9922eb6a0c1abeef3#commitcomment-7077778 --- src/hb-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-private.hh b/src/hb-private.hh index 68223b38a..b24c9d1e3 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -116,7 +116,7 @@ #define HB_FUNC __func__ #endif -#ifdef _WIN32 +#if defined(_WIN32) || defined(__CYGWIN__) /* We need Windows Vista for both Uniscribe backend and for * MemoryBarrier. We don't support compiling on Windows XP, * though we run on it fine. */