]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 30 Mar 2011 18:25:29 +0000 (18:25 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 30 Mar 2011 18:25:29 +0000 (18:25 +0000)
magick/studio.h
wand/studio.h

index 5a975f01c5e2e3eda5290cf6f9334bbf0950ff6c..7aad6c8ce24b173c003ae3cf7eece0c0ed9281c2 100644 (file)
@@ -184,6 +184,8 @@ extern "C" {
 # include <pthread.h>
 #elif defined(MAGICKCORE_WINDOWS_SUPPORT)
 #  define MAGICKCORE_HAVE_WINTHREADS  1
+#define WINVER 0x0501
+#define _WIN32_WINNT 0x0501
 #include <windows.h>
 #endif
 #if defined(MAGICKCORE_HAVE_SYS_SYSLIMITS_H)
index 8ca3168bb3059a7b65aaf10bd32fb5f74e38bd45..0e783ff2ecac4774f83b4c1e60177fb6ff3223bc 100644 (file)
@@ -194,6 +194,8 @@ extern "C" {
 # include <pthread.h>
 #elif defined(MAGICKCORE_WINDOWS_SUPPORT)
 #  define MAGICKCORE_HAVE_WINTHREADS  1
+#define WINVER 0x0501
+#define _WIN32_WINNT 0x0501
 #include <windows.h>
 #endif
 #if defined(MAGICKCORE_HAVE_SYS_SYSLIMITS_H)