summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-03-14 23:08:19 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-03-14 23:08:19 (GMT)
commit8cd4cab03868f59e2ae4316874e4b5c7fe128d67 (patch)
tree76414d176227da803f1360078a8ba87ec74ce620 /xlib
parent673d5f1792eb5b771cb7ca37baf65b52ec839174 (diff)
downloadtk-8cd4cab03868f59e2ae4316874e4b5c7fe128d67.zip
tk-8cd4cab03868f59e2ae4316874e4b5c7fe128d67.tar.gz
tk-8cd4cab03868f59e2ae4316874e4b5c7fe128d67.tar.bz2
workaround attempt for win64 problem?????
Diffstat (limited to 'xlib')
-rw-r--r--xlib/xcolors.c1
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)
{