aboutsummaryrefslogtreecommitdiff
path: root/contrib/less/lglob.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/lglob.h')
-rw-r--r--contrib/less/lglob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/less/lglob.h b/contrib/less/lglob.h
index d54315aef39d..af261fb2cfdd 100644
--- a/contrib/less/lglob.h
+++ b/contrib/less/lglob.h
@@ -56,7 +56,7 @@
char ext[_MAX_EXT]; \
int handle;
#else
-#if MSDOS_COMPILER==WIN32C && (defined(_MSC_VER) || defined(MINGW))
+#if MSDOS_COMPILER==WIN32C && (defined(_MSC_VER) || defined(__MINGW32__))
#define GLOB_FIRST_NAME(filename,fndp,h) h = _findfirst(filename, fndp)
#define GLOB_FIRST_FAILED(handle) ((handle) == -1)