summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-03-14 23:08:19 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-03-14 23:08:19 (GMT)
commit772617d5eaaba2edb9b710c19206eb5bf23017a6 (patch)
tree76414d176227da803f1360078a8ba87ec74ce620 /xlib
parent76df17ad439a0efb8dd8d05d7f1950df7b005dfb (diff)
downloadtk-772617d5eaaba2edb9b710c19206eb5bf23017a6.zip
tk-772617d5eaaba2edb9b710c19206eb5bf23017a6.tar.gz
tk-772617d5eaaba2edb9b710c19206eb5bf23017a6.tar.bz2
workaround attempt for win64 problem?????
FossilOrigin-Name: 038983f7558617998319c15f3a70afdbc82f9b56
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)
{