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 2890895f8..5c4ab3e69 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> |
