diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-01-23 13:48:50 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-01-23 13:48:50 +0000 |
| commit | 51acfa41eb2e0a823fc22ca76514a56ea0e152ae (patch) | |
| tree | b51d3528c55097738971fff7a08bc9916d1bad93 /test/utf8.cxx | |
| parent | 430eab49b773887a45c3a231472ee203abd8602b (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/utf8.cxx')
| -rw-r--r-- | test/utf8.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
