diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-06 22:04:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-06 22:04:03 (GMT) |
commit | edf582e29363915f6b8ea7954176768d8545934f (patch) | |
tree | 845dc4e8e220a3589692bbc862c9d74649410158 /xlib | |
parent | ca830add40b2f1d21998d01aa0a67b9d0d4dd275 (diff) | |
download | tk-edf582e29363915f6b8ea7954176768d8545934f.zip tk-edf582e29363915f6b8ea7954176768d8545934f.tar.gz tk-edf582e29363915f6b8ea7954176768d8545934f.tar.bz2 |
some more cygwin compatibility improvements
Diffstat (limited to 'xlib')
-rwxr-xr-x[-rw-r--r--] | xlib/rgb.txt | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | xlib/xcolors.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/xlib/rgb.txt b/xlib/rgb.txt index 67b979e..67b979e 100644..100755 --- a/xlib/rgb.txt +++ b/xlib/rgb.txt diff --git a/xlib/xcolors.c b/xlib/xcolors.c index 04cb1af..9e10175 100644..100755 --- 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 |