Use new-style system-id macros everywhere possible. I hope I haven't
[openssl.git] / crypto / rand / rand_unix.c
index 8e48561354e22fa038a460e9dc6fe97a712d266b..63b5efc32ca2d93c0610b72915f4644034681a99 100644 (file)
 #include <openssl/rand.h>
 #include "rand_lcl.h"
 
-#if !(defined(WINDOWS) || defined(WIN32) || defined(VMS))
+#if !(defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VMS))
 
 #include <sys/types.h>
 #include <sys/time.h>