X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=includes%2Fsilcincludes.h;h=0291158c4002bf1cfd372a03d4c6e25f28bb711a;hb=cbb97e7606aaacb6ab53ec201cc950e725f180b6;hp=b453686459d245f02483b6c7cb124ead604e222c;hpb=ab18f270c257c729ec98f95069a72ea6a3cba3b4;p=silc.git 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