include/openssl: don't include <windows.h> in public headers.
[openssl.git] / crypto / async / async_locl.h
index 786cf0099c1951a5278ea8149ef060ed271cbb77..f0ac05a3db754e1f3aa174840ae9b744db18ec52 100644 (file)
 # pragma GCC diagnostic ignored "-Wdeprecated-declarations"
 #endif
 
+#if defined(_WIN32)
+# include <windows.h>
+#endif
+
 #include <internal/async.h>
 #include <openssl/crypto.h>