diff options
Diffstat (limited to 'lib/version_win32.c')
-rw-r--r-- | lib/version_win32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/version_win32.c b/lib/version_win32.c index 872d5b4..e0f239e 100644 --- a/lib/version_win32.c +++ b/lib/version_win32.c @@ -24,7 +24,7 @@ #include "curl_setup.h" -#if defined(WIN32) +#if defined(_WIN32) #include <curl/curl.h> #include "version_win32.h" @@ -316,4 +316,4 @@ bool curlx_verify_windows_version(const unsigned int majorVersion, return matched; } -#endif /* WIN32 */ +#endif /* _WIN32 */ |