From 51acfa41eb2e0a823fc22ca76514a56ea0e152ae Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 23 Jan 2010 13:48:50 +0000 Subject: 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 --- test/table.cxx | 4 ++-- test/utf8.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test') 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 #include -#ifdef _WIN32 +#ifdef WIN32 #include // atoi -#endif /*_WIN32*/ +#endif /*WIN32*/ #include #include 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" -- cgit v1.2.3