]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 21 Feb 2014 18:36:36 +0000 (18:36 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 21 Feb 2014 18:36:36 +0000 (18:36 +0000)
MagickCore/nt-base-private.h
MagickCore/nt-base.h

index 322daad0f5cc8fd58a0c0e259f551c515429f952..66323d9b87f326b53c88094aa591f0034e75dd19 100644 (file)
@@ -29,20 +29,6 @@ extern "C" {
 
 #if defined(MAGICKCORE_WINDOWS_SUPPORT)
 
-#define WIN32_LEAN_AND_MEAN
-#define VC_EXTRALEAN
-#define _CRT_SECURE_NO_DEPRECATE  1
-#include <windows.h>
-#include <wchar.h>
-#include <winuser.h>
-#include <wingdi.h>
-#include <io.h>
-#include <process.h>
-#include <errno.h>
-#if defined(_DEBUG) && !defined(__MINGW32__) && !defined(__MINGW64__)
-#include <crtdbg.h>
-#endif
-
 #if !defined(XS_VERSION)
 struct dirent
 {
index 4eaeafb4d9dda4cb11abccfb8bcf15d157a9f2ff..dfefa63fae56d66f33efa2df532a5c39302d2d21 100644 (file)
@@ -27,6 +27,20 @@ extern "C" {
 
 #if defined(MAGICKCORE_WINDOWS_SUPPORT)
 
+#define WIN32_LEAN_AND_MEAN
+#define VC_EXTRALEAN
+#define _CRT_SECURE_NO_DEPRECATE  1
+#include <windows.h>
+#include <wchar.h>
+#include <winuser.h>
+#include <wingdi.h>
+#include <io.h>
+#include <process.h>
+#include <errno.h>
+#if defined(_DEBUG) && !defined(__MINGW32__) && !defined(__MINGW64__)
+#include <crtdbg.h>
+#endif
+
 #define PROT_READ  0x01
 #define PROT_WRITE  0x02
 #define MAP_SHARED  0x01