X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=bd52212fc91544b8a8049a8f2112ebd56a1071fc;hb=c3790f0d51cada3077e31626098a0de1f7c52df3;hp=f782f8351c26b411afbce23646f668a29d69f7c7;hpb=84f5fb6b9383e608570b90f6acc12f96d2781979;p=xboard.git diff --git a/backend.h b/backend.h index f782f83..bd52212 100644 --- a/backend.h +++ b/backend.h @@ -193,12 +193,12 @@ int ics_type; /* place holder * or dummy types for other compiler */ - #define u64 unsigned __int64 - #define s64 signed __int64 + #define u64 unsigned long long + #define s64 signed long long #define u64Display "%I64u" #define s64Display "%I64d" - #define u64Const(c) (c ## UI64) - #define s64Const(c) (c ## I64) + #define u64Const(c) (c ## ull) + #define s64Const(c) (c ## ll) #endif #else /* GNU gcc */