diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-10-04 16:35:58 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-10-04 16:35:58 +0000 |
| commit | fdeb60898e4436b6025214b9e311e157bfd478c0 (patch) | |
| tree | 787b9cbc57ec303de229e6ff76e5b0d73efc2f71 /FL | |
| parent | c28c0de681381267b2d616aeb339d206cffeae31 (diff) | |
#STR2056 partial fixes : wsock API now compiles ok, but there are still all utf8 stuff that won't compile: fl_utf8.cxx, fl_set_fonts_win32.cxx won't compile yet and Fl_Preferences recent utf8 addon should be checked for Cygwin.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6375 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/fl_utf8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/fl_utf8.h b/FL/fl_utf8.h index 494519428..74d893893 100644 --- a/FL/fl_utf8.h +++ b/FL/fl_utf8.h @@ -43,7 +43,7 @@ # include <locale.h> # include <ctype.h> # define xchar wchar_t -# ifndef FL_DLL +# if !defined(FL_DLL) && !defined(__CYGWIN__) # undef strdup # define strdup _strdup # undef putenv |
