X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=2c63b765fc8e983dadd3063242a3bee8eb5b8471;hb=cda9681381317b37da384bc8450795c29e8dccc8;hp=41f8da1c15e186fdc7c2d6f0ccaadc6088a125d2;hpb=b1f2ba8082d89aeefcf0acc7007d629b734e5f4c;p=xboard.git diff --git a/backend.h b/backend.h index 41f8da1..2c63b76 100644 --- a/backend.h +++ b/backend.h @@ -177,16 +177,17 @@ extern GameInfo gameInfo; int ics_type; /* unsigned int 64 for engine nodes work and display */ -#define u64Display "%I64u" #ifdef WIN32 /* I don't know the name for this type of other compilers * If it not work just added here * Thats for MS Visual Studio */ #define u64 unsigned __int64 + #define u64Display "%I64u" #else /* GNU gcc */ #define u64 unsigned long long + #define u64Display "%llu" #endif