diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-14 23:08:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-14 23:08:19 (GMT) |
commit | 15be8c0b27aaf02bfa0434ef4f8a34e7bd3f58a6 (patch) | |
tree | 76414d176227da803f1360078a8ba87ec74ce620 /xlib | |
parent | 8ce4c226c4dd3f48e383dbf45ce9e83b4568696d (diff) | |
download | tk-15be8c0b27aaf02bfa0434ef4f8a34e7bd3f58a6.zip tk-15be8c0b27aaf02bfa0434ef4f8a34e7bd3f58a6.tar.gz tk-15be8c0b27aaf02bfa0434ef4f8a34e7bd3f58a6.tar.bz2 |
workaround attempt for win64 problem?????
Diffstat (limited to 'xlib')
-rw-r--r-- | xlib/xcolors.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlib/xcolors.c b/xlib/xcolors.c index 984797f..224d38e 100644 --- a/xlib/xcolors.c +++ b/xlib/xcolors.c @@ -855,6 +855,7 @@ FindColor( #ifdef __WIN32__ # ifdef NO_STRTOI64 /* This version only handles hex-strings without 0x prefix */ +#define _strtoi64 something_out_of_the_way /* workaround for win64 problem ??? */ static __int64 _strtoi64(const char *spec, char **p, int base) { |