[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon Jul 21 08:13:38 PDT 2014
src/hb-private.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0fc0a1022854324261fea8893678a3e9fd9443eb
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Mon Jul 21 11:12:54 2014 -0400
[win] Fix Cygwin build
https://github.com/behdad/harfbuzz/commit/db308280488c2ee11ba865a9922eb6a0c1abeef3#commitcomment-7077778
diff --git a/src/hb-private.hh b/src/hb-private.hh
index 68223b3..b24c9d1 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. */
More information about the HarfBuzz
mailing list