From fdeb60898e4436b6025214b9e311e157bfd478c0 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Sat, 4 Oct 2008 16:35:58 +0000 Subject: #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 --- FL/fl_utf8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') 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 # include # define xchar wchar_t -# ifndef FL_DLL +# if !defined(FL_DLL) && !defined(__CYGWIN__) # undef strdup # define strdup _strdup # undef putenv -- cgit v1.2.3