diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/table.cxx | 4 | ||||
| -rw-r--r-- | test/utf8.cxx | 4 |
2 files changed, 4 insertions, 4 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> diff --git a/test/utf8.cxx b/test/utf8.cxx index ee418b44b..9c0f7ac76 100644 --- a/test/utf8.cxx +++ b/test/utf8.cxx @@ -383,7 +383,7 @@ int make_font_chooser(void) // Load the systems available fonts - ask for everything // font_count = Fl::set_fonts("*"); -#ifdef _WIN32 +#ifdef WIN32 font_count = Fl::set_fonts("*"); #elif __APPLE__ font_count = Fl::set_fonts("*"); @@ -539,7 +539,7 @@ int main(int argc, char** argv) /* setup the extra font */ Fl::set_font(extra_font, -#ifdef _WIN32 +#ifdef WIN32 " Arial Unicode MS" #elif __APPLE__ "Monaco" |
