diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-03-14 23:08:19 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-03-14 23:08:19 (GMT) |
commit | 8cd4cab03868f59e2ae4316874e4b5c7fe128d67 (patch) | |
tree | 76414d176227da803f1360078a8ba87ec74ce620 /xlib | |
parent | 673d5f1792eb5b771cb7ca37baf65b52ec839174 (diff) | |
download | tk-8cd4cab03868f59e2ae4316874e4b5c7fe128d67.zip tk-8cd4cab03868f59e2ae4316874e4b5c7fe128d67.tar.gz tk-8cd4cab03868f59e2ae4316874e4b5c7fe128d67.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) { |