From 552bf3a9f9651311084b7979805dbdc18c0335ca Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 11 Jul 2012 16:44:51 -0400 Subject: [PATCH] Bump WINNT version requested from 500 to 600 Since we use the OpenType versions of Uniscribe functions, we are relying on that version of the WINNT API. Otherwise, usp10.h will hide those symbols. --- src/hb-uniscribe.cc | 2 +- src/hb-uniscribe.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-uniscribe.cc b/src/hb-uniscribe.cc index b71b00a2c..e5b98a825 100644 --- a/src/hb-uniscribe.cc +++ b/src/hb-uniscribe.cc @@ -24,7 +24,7 @@ * Google Author(s): Behdad Esfahbod */ -#define _WIN32_WINNT 0x0500 +#define _WIN32_WINNT 0x0600 #include "hb-private.hh" diff --git a/src/hb-uniscribe.h b/src/hb-uniscribe.h index 216610ebd..bb99f3987 100644 --- a/src/hb-uniscribe.h +++ b/src/hb-uniscribe.h @@ -29,7 +29,7 @@ #include "hb.h" -#define _WIN32_WINNT 0x0500 +#define _WIN32_WINNT 0x0600 #include HB_BEGIN_DECLS