Bump WINNT version requested from 500 to 600
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 11 Jul 2012 20:44:51 +0000 (16:44 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 11 Jul 2012 22:00:28 +0000 (18:00 -0400)
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
src/hb-uniscribe.h

index b71b00a..e5b98a8 100644 (file)
@@ -24,7 +24,7 @@
  * Google Author(s): Behdad Esfahbod
  */
 
-#define _WIN32_WINNT 0x0500
+#define _WIN32_WINNT 0x0600
 
 #include "hb-private.hh"
 
index 216610e..bb99f39 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "hb.h"
 
-#define _WIN32_WINNT 0x0500
+#define _WIN32_WINNT 0x0600
 #include <windows.h>
 
 HB_BEGIN_DECLS