aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla/hsl.c
diff options
context:
space:
mode:
Diffstat (limited to 'externals/vanilla/hsl.c')
-rw-r--r--externals/vanilla/hsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/vanilla/hsl.c b/externals/vanilla/hsl.c
index 05474a23..f62fb458 100644
--- a/externals/vanilla/hsl.c
+++ b/externals/vanilla/hsl.c
@@ -16,7 +16,7 @@
#include "g_all_guis.h"
#include <math.h>
-#ifdef MSW
+#ifdef _WIN32
#include <io.h>
#else
#include <unistd.h>