summaryrefslogtreecommitdiffstats
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)
commit611d5a5c66b4904169154fb574e2493bf3c9584d (patch)
tree76414d176227da803f1360078a8ba87ec74ce620
parent4b288e1acced97559353de5ef0c3881bc5cd8c3c (diff)
downloadtk-611d5a5c66b4904169154fb574e2493bf3c9584d.zip
tk-611d5a5c66b4904169154fb574e2493bf3c9584d.tar.gz
tk-611d5a5c66b4904169154fb574e2493bf3c9584d.tar.bz2
workaround attempt for win64 problem?????
-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)
{