From cbb97e7606aaacb6ab53ec201cc950e725f180b6 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Thu, 7 Feb 2002 18:53:52 +0000 Subject: [PATCH] updates. --- includes/silcincludes.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.24.0