Remove /* foo.c */ comments
[oweals/openssl.git] / crypto / async / arch / async_win.h
index b247f59e48c8e6e317947b5000452e94a799c43a..d2054bf665c1ffc778adce7a08235e33e167018f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_win.h */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
@@ -55,7 +54,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