Use new-style system-id macros everywhere possible. I hope I haven't
[openssl.git] / crypto / dh / dhtest.c
index ebc3f44e8cfc66cd266288cc7d51c2cc3d13aa35..e90f255f6c890c5e7968da88e03a0357b43fca3e 100644 (file)
@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#ifdef WINDOWS
+#ifdef OPENSSL_SYS_WINDOWS
 #include "../bio/bss_file.c" 
 #endif
 #include <openssl/crypto.h>
@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
 #else
 #include <openssl/dh.h>
 
-#ifdef WIN16
+#ifdef OPENSSL_SYS_WIN16
 #define MS_CALLBACK    _far _loadds
 #else
 #define MS_CALLBACK
@@ -99,7 +99,7 @@ int main(int argc, char *argv[])
        int i,alen,blen,aout,bout,ret=1;
        BIO *out;
 
-#ifdef WIN32
+#ifdef OPENSSL_SYS_WIN32
        CRYPTO_malloc_init();
 #endif