aboutsummaryrefslogtreecommitdiff
path: root/src/tool_findfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_findfile.h')
-rw-r--r--src/tool_findfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_findfile.h b/src/tool_findfile.h
index faafd71cb..63d25195f 100644
--- a/src/tool_findfile.h
+++ b/src/tool_findfile.h
@@ -25,7 +25,7 @@
***************************************************************************/
#include "tool_setup.h"
-#ifdef WIN32
+#ifdef _WIN32
#define CURLRC_DOTSCORE 2 /* look for underscore-prefixed name too */
#else
#define CURLRC_DOTSCORE 1 /* regular .curlrc check */