Additionally, rename des_encrypt to des_encrypt1 in files that are
[oweals/openssl.git] / crypto / threads / th-lock.c
index a6a79b9f45300fa07c74dced87bb7518e883aa5a..553d2218de76ebec8bbf8c4441316a463bb3e804 100644 (file)
@@ -63,7 +63,7 @@
 #ifdef LINUX
 #include <typedefs.h>
 #endif
-#ifdef OPENSSL_SYS_WIN32
+#ifdef WIN32
 #include <windows.h>
 #endif
 #ifdef SOLARIS
@@ -105,7 +105,7 @@ static unsigned long pthreads_thread_id(void );
 
 #define THREAD_STACK_SIZE (16*1024)
 
-#ifdef OPENSSL_SYS_WIN32
+#ifdef WIN32
 
 static HANDLE *lock_cs;
 
@@ -146,7 +146,7 @@ void win32_locking_callback(int mode, int type, char *file, int line)
                }
        }
 
-#endif /* OPENSSL_SYS_WIN32 */
+#endif /* WIN32 */
 
 #ifdef SOLARIS