aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/curl_setup.h')
-rw-r--r--lib/curl_setup.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/curl_setup.h b/lib/curl_setup.h
index a6f9e0a83..ad83fec5f 100644
--- a/lib/curl_setup.h
+++ b/lib/curl_setup.h
@@ -40,11 +40,6 @@
#include "curl_config.h"
-/* VMS needs some helper routines/definitions */
-#ifdef __VMS
-# include "post-config-vms.h"
-#endif
-
#else /* HAVE_CONFIG_H */
#ifdef _WIN32_WCE
@@ -235,6 +230,14 @@
#endif
/*
+ * VMS setup file includes some system headers.
+ */
+
+#ifdef __VMS
+# include "setup-vms.h"
+#endif
+
+/*
* Include header files for windows builds before redefining anything.
* Use this preprocessor block only to include or exclude windows.h,
* winsock2.h, ws2tcpip.h or winsock.h. Any other windows thing belongs