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 | e3509ec1d375b75b6bb1243beffffd788cf432e0 (patch) | |
tree | 8730df670d63d4b7741fa084f66c521c8fe59ada /xlib | |
parent | 54cdd49ec52c0add51c03a85bdab6bdcef7f6b9f (diff) | |
parent | 1efb8907c729e92807cbcad5989bb74d3022d4ec (diff) | |
download | tk-e3509ec1d375b75b6bb1243beffffd788cf432e0.zip tk-e3509ec1d375b75b6bb1243beffffd788cf432e0.tar.gz tk-e3509ec1d375b75b6bb1243beffffd788cf432e0.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 |