]> git.pld-linux.org Git - packages/crossmingw32-harfbuzz.git/blame - harfbuzz-mingw32.patch
- updated to 0.9.31
[packages/crossmingw32-harfbuzz.git] / harfbuzz-mingw32.patch
CommitLineData
f9ba0ecc
JB
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
b54c0db2
JB
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
f9ba0ecc
JB
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.044752 seconds and 4 git commands to generate.