--- const.h.orig Mon Mar 9 18:00:00 1998 +++ const.h Mon Jul 1 03:46:45 2002 @@ -3,12 +3,14 @@ // Programming: Gerhard Waldhör, Andreas Artmann #include -#include +#include #include #include +#ifndef TRUE #define TRUE 1 #define FALSE 0 +#endif #define MAX_PIC_NUM 999