diff options
author | 宋冬生 <dongsheng.song@gmail.com> | 2014-11-05 20:52:00 +0800 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-11-18 07:41:08 -0600 |
commit | 648e9136276ca214a3af6c02e7b643d4029e3848 (patch) | |
tree | c5b05e95924f3e89edb2e5911ca6b91e25f36005 /crypto | |
parent | f223e6f14dc9ffc62860a76783c722380694bf2d (diff) | |
download | portable-648e9136276ca214a3af6c02e7b643d4029e3848.tar.gz portable-648e9136276ca214a3af6c02e7b643d4029e3848.tar.bz2 portable-648e9136276ca214a3af6c02e7b643d4029e3848.zip |
Use _WIN32 instead of __WIN32.
ok bcook@
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/compat/arc4random.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/compat/arc4random.h b/crypto/compat/arc4random.h index 7af7fc1..53b5a46 100644 --- a/crypto/compat/arc4random.h +++ b/crypto/compat/arc4random.h | |||
@@ -15,7 +15,7 @@ | |||
15 | #elif defined(__sun) | 15 | #elif defined(__sun) |
16 | #include "arc4random_solaris.h" | 16 | #include "arc4random_solaris.h" |
17 | 17 | ||
18 | #elif defined(__WIN32) | 18 | #elif defined(_WIN32) |
19 | #include "arc4random_win.h" | 19 | #include "arc4random_win.h" |
20 | 20 | ||
21 | #else | 21 | #else |