From 4a198a941c8d8d91b3cc237af0e095239bf12e10 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 16 Aug 2012 21:48:25 +0000 Subject: STR 2858: include statements were wrong git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9670 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_utf8.cxx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'src/fl_utf8.cxx') diff --git a/src/fl_utf8.cxx b/src/fl_utf8.cxx index 8aead90c4..fe67f3954 100644 --- a/src/fl_utf8.cxx +++ b/src/fl_utf8.cxx @@ -21,22 +21,25 @@ #include #include -#if defined(WIN32) && !defined(__CYGWIN__) +#if defined(WIN32) || defined(__CYGWIN__) # include # include # include # include # include -#ifdef __CYGWIN__ -#include -#else -#include -#endif +# ifdef __CYGWIN__ +# include +# include +# include +# include +# include +# else +# include +# endif extern "C" { int XUtf8Tolower(int ucs); unsigned short XUtf8IsNonSpacing(unsigned int ucs); }; - #elif defined(__APPLE__) # include # include -- cgit v1.2.3