diff options
author | marha <marha@users.sourceforge.net> | 2012-04-20 17:10:26 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-04-20 17:10:26 +0200 |
commit | 4207bc7b2972aed9a45756fae8c48957d323fa21 (patch) | |
tree | 0962efd6cbe94c193dabb9602883f433913438e1 /fontconfig | |
parent | 66ef63554438d427d0ddb2137baf48a653a89dd3 (diff) | |
download | vcxsrv-4207bc7b2972aed9a45756fae8c48957d323fa21.tar.gz vcxsrv-4207bc7b2972aed9a45756fae8c48957d323fa21.tar.bz2 vcxsrv-4207bc7b2972aed9a45756fae8c48957d323fa21.zip |
solved compiler warning
Diffstat (limited to 'fontconfig')
-rw-r--r-- | fontconfig/src/fcint.h | 2 |
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> |