summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/fl_utf8.h2
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