From 15be8c0b27aaf02bfa0434ef4f8a34e7bd3f58a6 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 14 Mar 2012 23:08:19 +0000 Subject: workaround attempt for win64 problem????? --- xlib/xcolors.c | 1 + 1 file changed, 1 insertion(+) 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) { -- cgit v0.12