diff options
Diffstat (limited to 'lib/wctype.in.h')
-rw-r--r-- | lib/wctype.in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wctype.in.h b/lib/wctype.in.h index 00297456..10404bcf 100644 --- a/lib/wctype.in.h +++ b/lib/wctype.in.h @@ -69,7 +69,7 @@ isw* functions in <ctype.h>, <wchar.h> as well as in <wctype.h>. Include <ctype.h>, <wchar.h> in advance to avoid rpl_ prefix being added to the declarations. */ -#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ +#if defined _WIN32 && ! defined __CYGWIN__ # include <ctype.h> # include <wchar.h> #endif |