X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;fp=frontend.h;h=bcf2ad00f561f72f99955d168957e11c5476bb49;hb=c868c606c9f68e432e281003c221584469afe56b;hp=5ac3cf8a524e87311e60a91b744ea6faa90a03fe;hpb=5860353e5bf15b88838ac4bacb1e3e56b0ac8383;p=xboard.git diff --git a/frontend.h b/frontend.h index 5ac3cf8..bcf2ad0 100644 --- a/frontend.h +++ b/frontend.h @@ -215,7 +215,7 @@ void EnableNamedMenuItem P((char *menuRef, int state)); typedef struct FrontEndProgramStats_TAG { int which; int depth; - unsigned long nodes; + u64 nodes; int score; int time; char * pv;