summaryrefslogtreecommitdiffstats
path: root/src/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/search.c')
-rw-r--r--src/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c
index 9a47ed4608..20f6299eea 100644
--- a/src/search.c
+++ b/src/search.c
@@ -1246,7 +1246,7 @@ do_search(
}
if (options & SEARCH_REV)
{
-#ifdef WIN32
+#ifdef MSWIN
/* There is a bug in the Visual C++ 2.2 compiler which means that
* dirc always ends up being '/' */
dirc = (dirc == '/') ? '?' : '/';