aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-04-20 17:10:26 +0200
committermarha <marha@users.sourceforge.net>2012-04-20 17:10:26 +0200
commit4207bc7b2972aed9a45756fae8c48957d323fa21 (patch)
tree0962efd6cbe94c193dabb9602883f433913438e1
parent66ef63554438d427d0ddb2137baf48a653a89dd3 (diff)
downloadvcxsrv-4207bc7b2972aed9a45756fae8c48957d323fa21.tar.gz
vcxsrv-4207bc7b2972aed9a45756fae8c48957d323fa21.tar.bz2
vcxsrv-4207bc7b2972aed9a45756fae8c48957d323fa21.zip
solved compiler warning
-rw-r--r--fontconfig/src/fcint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fontconfig/src/fcint.h b/fontconfig/src/fcint.h
index 0dfc23659..6afd6456c 100644
--- a/fontconfig/src/fcint.h
+++ b/fontconfig/src/fcint.h
@@ -55,7 +55,9 @@
#endif
#ifdef _WIN32
+# ifndef _WIN32_WINNT
# define _WIN32_WINNT 0x0500
+# endif
# define WIN32_LEAN_AND_MEAN
# define STRICT
# include <windows.h>