summaryrefslogtreecommitdiff
path: root/test/image.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/image.cxx')
-rw-r--r--test/image.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/image.cxx b/test/image.cxx
index ff2f9ab1b..05369d639 100644
--- a/test/image.cxx
+++ b/test/image.cxx
@@ -73,7 +73,7 @@ void button_cb(Fl_Widget *,void *) {
}
#include <FL/platform.H>
-#if !defined(WIN32) && !defined(__APPLE__)
+#if !defined(_WIN32) && !defined(__APPLE__)
#include "list_visuals.cxx"
#endif