diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-10-04 17:26:07 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-10-04 17:26:07 +0000 |
| commit | 355223b558cb7681b88e8e36f7eb1dd484487d21 (patch) | |
| tree | 7a854f3aaf07254fdb225a745822137981a32d42 /src/Fl_Preferences.cxx | |
| parent | fdeb60898e4436b6025214b9e311e157bfd478c0 (diff) | |
STR#2056 Fixed all compilation problems and tested that fluid, utf8 demo works the utf8 code is harmonized with the unix impl. instead of the win32 impl in case Cygwin lib is used.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6376 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Preferences.cxx')
| -rw-r--r-- | src/Fl_Preferences.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_Preferences.cxx b/src/Fl_Preferences.cxx index 92037dad8..684cceac0 100644 --- a/src/Fl_Preferences.cxx +++ b/src/Fl_Preferences.cxx @@ -666,7 +666,6 @@ Fl_Preferences::RootNode::RootNode( Fl_Preferences *prefs, Root root, const char free(b); } #else -#warning CHECKME (Cygwin) this should probably be UTF8 aware as well if (!filename[0]) strcpy(filename, "C:\\FLTK"); #endif snprintf(filename + strlen(filename), sizeof(filename) - strlen(filename), |
