aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/unit1604.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unit1604.c')
-rw-r--r--tests/unit/unit1604.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/unit1604.c b/tests/unit/unit1604.c
index 411b94a02..cba3dfcf6 100644
--- a/tests/unit/unit1604.c
+++ b/tests/unit/unit1604.c
@@ -42,7 +42,7 @@ static void unit_stop(void)
}
-#if defined(MSDOS) || defined(WIN32)
+#if defined(_WIN32) || defined(MSDOS)
static char *getflagstr(int flags)
{
@@ -353,6 +353,6 @@ UNITTEST_START
{
fprintf(stderr, "Skipped test not for this platform\n");
}
-#endif /* MSDOS || WIN32 */
+#endif /* _WIN32 || MSDOS */
UNITTEST_STOP