diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-06 22:59:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-06 22:59:06 (GMT) |
commit | 5044ec3cd868224c5c8b39afcadeac68fe8c2ed4 (patch) | |
tree | 8730df670d63d4b7741fa084f66c521c8fe59ada /xlib | |
parent | abcb34111ac1a8d9dc56809446c11d4126c87beb (diff) | |
parent | 34455b2ccec84bccf8f6380ee8ac40637bf4b8f8 (diff) | |
download | tk-5044ec3cd868224c5c8b39afcadeac68fe8c2ed4.zip tk-5044ec3cd868224c5c8b39afcadeac68fe8c2ed4.tar.gz tk-5044ec3cd868224c5c8b39afcadeac68fe8c2ed4.tar.bz2 |
some more cygwin compatibility improvements
format tk.decls
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 |