nd the solution to that is to simply #undef the offending symbol before
including base.h I think base.h should check for this before defining
it though ?
#ifdef __NO_CTYPE
#undef __NO_CTYPE
#endif
extern "C"
{
#include "base.h"
#include "amq_client_connection.h"
#include "amq_client_session.h"
}