This commit is contained in:
Behdad Esfahbod 2012-08-07 21:44:25 -04:00
parent f4e48adcdd
commit eb56f6ae96
3 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,7 @@
#elif !defined(HB_NO_MT) && defined(_MSC_VER) || defined(__MINGW32__)
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
typedef CRITICAL_SECTION hb_mutex_impl_t;
#define HB_MUTEX_IMPL_INIT { NULL, 0, 0, NULL, NULL, 0 }

View File

@ -25,6 +25,7 @@
*/
#define _WIN32_WINNT 0x0600
#define WIN32_LEAN_AND_MEAN
#define HB_SHAPER uniscribe
#include "hb-shaper-impl-private.hh"

View File

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