summaryrefslogtreecommitdiffstats
path: root/xlib/xcolors.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlib/xcolors.c')
-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)
{