updates.
[silc.git] / includes / silcincludes.h
index d553e9055ca6eb014fae8b15a90290a2d7ac8f84..0291158c4002bf1cfd372a03d4c6e25f28bb711a 100644 (file)
 #endif
 #endif
 
+#if defined(__EPOC32__)
+#define SILC_EPOC
+#endif
+
 #ifdef SILC_WIN32
 #include "silcwin32.h"
 #endif
 
+#ifdef SILC_EPOC
+#include "silcepoc.h"
+#endif
+
 #ifndef DLLAPI
 #define DLLAPI
 #endif
@@ -223,8 +231,8 @@ typedef int32 int64;
 typedef uint32 * void *;
 #endif
 
+#ifndef __cplusplus
 #ifndef bool
-#ifndef CXX
 #define bool unsigned char
 #endif
 #endif