--- d:\Program Files\Aculab\v6\include\cl_lib.h 2008-12-23 00:26:14.033635200 +0100 +++ cl_lib.h2 2008-12-21 16:56:58.317499200 +0100 @@ -14,23 +14,17 @@ extern "C"{ #endif -#include "acu_type.h" +#include "acu_type.h2" -#ifndef ACU_LINUX -#ifndef ACU_SOLARIS_SPARC -#ifndef ACU_QNX -# pragma pack (push, 1 ) -# define ACU_PACK_DIRECTIVE -#else -# define ACU_PACK_DIRECTIVE __attribute__ ((packed)) +/* */ +#ifndef ACU_EXPORT +#define ACU_EXPORT #endif -#else -# define ACU_PACK_DIRECTIVE -#endif /* ACU_SOLARIS_SPARC */ -#else -# define ACU_PACK_DIRECTIVE __attribute__ ((packed)) -#endif /* ACU_LINUX */ - +#define ACU_PACK_DIRECTIVE +#define ACU_DEPRECATE_PRE +#define ACU_DEPRECATE_POST +/* */ + enum { /*---- system configuration information ----*/ @@ -2951,7 +2945,7 @@ { ACU_ULONG size; ACU_INT sip_code; - const char* reason_phrase; + char* reason_phrase; } ACU_PACK_DIRECTIVE SIP_SET_REASON_PHRASE_PARMS;