sha/asm/sha1-x86_64.pl: add CFI annotations.
[openssl.git] / engines / e_dasync.c
index ed3f00adb6d6916e8a69a699efb46af53a82c0a2..89b12775b1c4896401fe4eacddfb69a8a1724c60 100644 (file)
@@ -7,6 +7,10 @@
  * https://www.openssl.org/source/license.html
  */
 
+#if defined(_WIN32)
+# include <windows.h>
+#endif
+
 #include <stdio.h>
 #include <string.h>
 
@@ -28,7 +32,6 @@
 #elif defined(_WIN32)
 # undef ASYNC_WIN
 # define ASYNC_WIN
-# include <windows.h>
 #endif
 
 #define DASYNC_LIB_NAME "DASYNC"