]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 22 Aug 2010 15:59:08 +0000 (15:59 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 22 Aug 2010 15:59:08 +0000 (15:59 +0000)
magick/nt-base.h

index 071ae186d79b7ca8adc4969ac064adc6d95b0970..a6b5da393fc679532a8135ca3b62102d242b01dd 100644 (file)
@@ -29,7 +29,9 @@ extern "C" {
 #define WIN32_LEAN_AND_MEAN
 #define VC_EXTRALEAN
 #define _CRT_SECURE_NO_DEPRECATE  1
+#if !defined(_WIN32_WINNT)
 #define _WIN32_WINNT 0x0501
+#endif
 #include <windows.h>
 #include <wchar.h>
 #include <winuser.h>