Wed, 10 Oct 2012 14:26:53 +0200
added _Bool macro for cplusplus
--- a/ucx/ucx.h Wed Oct 10 14:18:06 2012 +0200 +++ b/ucx/ucx.h Wed Oct 10 14:26:53 2012 +0200 @@ -11,6 +11,9 @@ #include <stdlib.h> #ifdef __cplusplus +#ifndef _Bool +#define _Bool bool +#endif extern "C" { #endif