diff options
Diffstat (limited to 'test/table.cxx')
| -rw-r--r-- | test/table.cxx | 4 |
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> |
