aboutsummaryrefslogtreecommitdiff
path: root/contrib/less/lsystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/lsystem.c')
-rw-r--r--contrib/less/lsystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/less/lsystem.c b/contrib/less/lsystem.c
index c32d5d59d4c2..a56f8238e480 100644
--- a/contrib/less/lsystem.c
+++ b/contrib/less/lsystem.c
@@ -19,7 +19,7 @@
#if MSDOS_COMPILER
#include <dos.h>
-#if MSDOS_COMPILER==WIN32C && defined(MINGW)
+#if MSDOS_COMPILER==WIN32C && defined(__MINGW32__)
#include <direct.h>
#define setdisk(n) _chdrive((n)+1)
#else