summaryrefslogtreecommitdiff
path: root/test/fullscreen.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/fullscreen.cxx')
-rw-r--r--test/fullscreen.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fullscreen.cxx b/test/fullscreen.cxx
index 27fa4ed30..b16e1e992 100644
--- a/test/fullscreen.cxx
+++ b/test/fullscreen.cxx
@@ -171,7 +171,7 @@ void fullscreen_cb(Fl_Widget *o, void *p) {
int d = ((Fl_Button *)o)->value();
if (d) {
w->fullscreen();
-#ifndef WIN32 // update our border state in case border was turned off
+#ifndef _WIN32 // update our border state in case border was turned off
border_button->value(w->border());
#endif
} else {