diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-06 22:38:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-06 22:38:13 (GMT) |
commit | 34455b2ccec84bccf8f6380ee8ac40637bf4b8f8 (patch) | |
tree | d9ad95326825a71a929d3ee9fc22ddda9e7e02f8 /xlib | |
parent | f61ecd111ced0ae28cf4b46da371fb0942ad2532 (diff) | |
parent | edf582e29363915f6b8ea7954176768d8545934f (diff) | |
download | tk-34455b2ccec84bccf8f6380ee8ac40637bf4b8f8.zip tk-34455b2ccec84bccf8f6380ee8ac40637bf4b8f8.tar.gz tk-34455b2ccec84bccf8f6380ee8ac40637bf4b8f8.tar.bz2 |
some more cygwin compatibility improvements
format tk.decls like tcl8.5/8.6
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 |