Use POSIX functions on Cygwin, not Win32 function
[openssl.git] / crypto / async / arch / async_win.h
index b247f59e48c8e6e317947b5000452e94a799c43a..31f248216f1175668e728c11f9b912cda44194ea 100644 (file)
@@ -55,7 +55,7 @@
  * This is the same detection used in cryptlib to set up the thread local
  * storage that we depend on, so just copy that
  */
-#if defined(_WIN32) || defined(__CYGWIN__)
+#if defined(_WIN32)
 #include <openssl/async.h>
 # define ASYNC_WIN
 # define ASYNC_ARCH