# This patch file was generated by NetBeans IDE # It uses platform neutral UTF-8 encoding and \n newlines. --- Base (BASE) +++ Locally Modified (Based On LOCAL) @@ -177,6 +177,7 @@ // integer with exact processor width (and best speed) ////////////////////////////// #include // size_t +#include //boolean #if defined(WIN32) && !defined(MINGW) // does not have a signed size_t ////////////////////////////// @@ -261,9 +262,9 @@ ////////////////////////////// // boolean types for C -typedef char bool; -#define false (1==0) -#define true (1==1) +//typedef char bool; +//#define false (1==0) +//#define true (1==1) ////////////////////////////// #endif // not __cplusplus