Use new-style system-id macros everywhere possible. I hope I haven't
[openssl.git] / crypto / rand / rand_egd.c
index 38816f8e079bc3383378aa42150fab47fd7dfb88..c4b8bae2ed5558f8c0d62f8a07ad3dd14be39268 100644 (file)
@@ -93,7 +93,7 @@
  *   RAND_egd() is a wrapper for RAND_egd_bytes() with numbytes=255.
  */
 
-#if defined(WIN32) || defined(VMS) || defined(__VMS)
+#if defined(OPENSSL_SYS_WIN32) || defined(VMS) || defined(__VMS)
 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes)
        {
        return(-1);