diff -r 6342cbbd1922 -r e19825a1430a src/ucx/ucx.h --- a/src/ucx/ucx.h Wed Oct 18 12:03:44 2017 +0200 +++ b/src/ucx/ucx.h Wed Oct 18 14:23:57 2017 +0200 @@ -40,7 +40,7 @@ #define UCX_VERSION_MAJOR 0 /** Minor UCX version as integer constant. */ -#define UCX_VERSION_MINOR 13 +#define UCX_VERSION_MINOR 14 #include #include @@ -57,16 +57,7 @@ #endif /* _WIN32 */ #ifdef __cplusplus -#ifndef _Bool -#define _Bool bool -#define restrict -#endif -/** Use C naming even when compiling with C++. */ -#define UCX_EXTERN extern "C" extern "C" { -#else -/** Pointless in C. */ -#define UCX_EXTERN #endif