summaryrefslogtreecommitdiff
path: root/tests/dosname.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dosname.h')
-rw-r--r--tests/dosname.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/dosname.h b/tests/dosname.h
index 66486d5..fef3b6d 100644
--- a/tests/dosname.h
+++ b/tests/dosname.h
@@ -20,9 +20,8 @@
#ifndef _DOSNAME_H
#define _DOSNAME_H
-#if (defined _WIN32 || defined __WIN32__ || \
- defined __MSDOS__ || defined __CYGWIN__ || \
- defined __EMX__ || defined __DJGPP__)
+#if (defined _WIN32 || defined __CYGWIN__ \
+ || defined __EMX__ || defined __MSDOS__ || defined __DJGPP__)
/* This internal macro assumes ASCII, but all hosts that support drive
letters use ASCII. */
# define _IS_DRIVE_LETTER(C) (((unsigned int) (C) | ('a' - 'A')) - 'a' \