summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib/rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl/lib/rand.h')
-rw-r--r--Utilities/cmcurl/lib/rand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/lib/rand.h b/Utilities/cmcurl/lib/rand.h
index 1d009f5..bc05239 100644
--- a/Utilities/cmcurl/lib/rand.h
+++ b/Utilities/cmcurl/lib/rand.h
@@ -41,7 +41,7 @@ CURLcode Curl_rand_hex(struct Curl_easy *data, unsigned char *rnd,
CURLcode Curl_rand_alnum(struct Curl_easy *data, unsigned char *rnd,
size_t num);
-#ifdef WIN32
+#ifdef _WIN32
/* Random generator shared between the Schannel vtls and Curl_rand*()
functions */
CURLcode Curl_win32_random(unsigned char *entropy, size_t length);