]> git.pld-linux.org Git - packages/crossmingw32-harfbuzz.git/blob - harfbuzz-mingw32.patch
- updated to 0.9.28
[packages/crossmingw32-harfbuzz.git] / harfbuzz-mingw32.patch
1 --- harfbuzz-0.9.15/src/hb-private.hh.orig      2013-03-19 12:04:53.000000000 +0100
2 +++ harfbuzz-0.9.15/src/hb-private.hh   2013-04-07 13:28:22.647401427 +0200
3 @@ -33,6 +33,10 @@
4  #include "config.h"
5  #endif
6  
7 +#ifndef _WIN32_WINNT
8 +#define _WIN32_WINNT 0x0600
9 +#endif
10 +
11  #include "hb.h"
12  #define HB_H_IN
13  #ifdef HAVE_OT
14 @@ -184,7 +184,7 @@
15  #endif
16  
17  
18 -#if (defined(__WIN32__) && !defined(__WINE__)) || defined(_MSC_VER)
19 +#if defined(_MSC_VER)
20  #define snprintf _snprintf
21  #endif
22  
This page took 0.101417 seconds and 3 git commands to generate.