updates.
[silc.git] / includes / silcincludes.h
index 56e265398869b3d974007957750c024df2965c16..b453686459d245f02483b6c7cb124ead604e222c 100644 (file)
 #include "silcwin32.h"
 #endif
 
+#ifndef DLLAPI
+#define DLLAPI
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -219,8 +223,8 @@ typedef int32 int64;
 typedef uint32 * void *;
 #endif
 
+#ifndef __cplusplus
 #ifndef bool
-#ifndef CXX
 #define bool unsigned char
 #endif
 #endif