summaryrefslogtreecommitdiff
path: root/test/table.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2010-01-23 13:48:50 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2010-01-23 13:48:50 +0000
commit51acfa41eb2e0a823fc22ca76514a56ea0e152ae (patch)
treeb51d3528c55097738971fff7a08bc9916d1bad93 /test/table.cxx
parent430eab49b773887a45c3a231472ee203abd8602b (diff)
Replaced _WIN32 symbols that had crept in with UTF-8 and the
new Fl_Table widget with WIN32. Todo: check, if the conditional in test/table.cxx is useful at all git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7022 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/table.cxx')
-rw-r--r--test/table.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/table.cxx b/test/table.cxx
index 52e2cf794..ec94314c6 100644
--- a/test/table.cxx
+++ b/test/table.cxx
@@ -4,9 +4,9 @@
#include <stdio.h>
#include <string.h>
-#ifdef _WIN32
+#ifdef WIN32
#include <stdlib.h> // atoi
-#endif /*_WIN32*/
+#endif /*WIN32*/
#include <FL/Fl.H>
#include <FL/Fl_Window.H>