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.
This commit is contained in:
Behdad Esfahbod 2012-07-11 16:44:51 -04:00
parent 9a5b421a64
commit 552bf3a9f9
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
* Google Author(s): Behdad Esfahbod
*/
#define _WIN32_WINNT 0x0500
#define _WIN32_WINNT 0x0600
#include "hb-private.hh"

View File

@ -29,7 +29,7 @@
#include "hb.h"
#define _WIN32_WINNT 0x0500
#define _WIN32_WINNT 0x0600
#include <windows.h>
HB_BEGIN_DECLS