X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=71f6c49ad255ea5c741e0c52a2fc73c59eecf2d8;hb=0a3919ff10a347a8d840f75fd2c816efe52e5098;hp=c881ca45fbd1f5c8673a74825c55406679b1b543;hpb=6f01cd3e57fc068f24d8075c1dbb87ebef635e6a;p=xboard.git diff --git a/common.h b/common.h index c881ca4..71f6c49 100644 --- a/common.h +++ b/common.h @@ -81,7 +81,14 @@ int pclose(FILE *); #endif #else +#ifdef X11 #include +#else +typedef char Boolean; +typedef char *String; +#define True 1 +#define False 0 +#endif #endif #endif