diff options
Diffstat (limited to 'xlib')
-rw-r--r-- | xlib/xcolors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlib/xcolors.c b/xlib/xcolors.c index 04cb1af..9e10175 100644 --- a/xlib/xcolors.c +++ b/xlib/xcolors.c @@ -230,7 +230,7 @@ static const elem xColors[] = { *---------------------------------------------------------------------- */ -#ifdef __WIN32__ +#if defined(__WIN32__) && !defined(__CYGWIN__) # ifdef NO_STRTOI64 /* This version only handles hex-strings without 0x prefix */ static __int64 |