Use the new-style system-identity macros.
authorRichard Levitte <levitte@openssl.org>
Mon, 19 Feb 2001 22:04:02 +0000 (22:04 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 19 Feb 2001 22:04:02 +0000 (22:04 +0000)
crypto/uid.c

index 5612af48cfbd1be4ccf6eb283fb2877d57b16adf..734bddeb602bb097da8d50bcedff16a592168222 100644 (file)
@@ -53,7 +53,7 @@
  *
  */
 
-#include "openssl/crypto.h"
+#include <openssl/crypto.h>
 
 #if defined(__OpenBSD__) || (defined(__FreeBSD__) && __FreeBSD__ > 2)
 
@@ -64,7 +64,7 @@ int OPENSSL_issetugid(void)
        return issetugid();
        }
 
-#elif defined(WIN32)
+#elif defined(OPENSSL_SYS_WIN32)
 
 int OPENSSL_issetugid(void)
        {