From: Pekka Riikonen Date: Thu, 7 Feb 2002 18:53:52 +0000 (+0000) Subject: updates. X-Git-Tag: silc.client.0.8.1~103 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=cbb97e7606aaacb6ab53ec201cc950e725f180b6 updates. --- diff --git a/includes/silcincludes.h b/includes/silcincludes.h index b4536864..0291158c 100644 --- a/includes/silcincludes.h +++ b/includes/silcincludes.h @@ -34,10 +34,18 @@ #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