projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab18f27
)
updates.
author
Pekka Riikonen
<priikone@silcnet.org>
Thu, 7 Feb 2002 18:53:52 +0000
(18:53 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Thu, 7 Feb 2002 18:53:52 +0000
(18:53 +0000)
includes/silcincludes.h
patch
|
blob
|
history
diff --git
a/includes/silcincludes.h
b/includes/silcincludes.h
index b453686459d245f02483b6c7cb124ead604e222c..0291158c4002bf1cfd372a03d4c6e25f28bb711a 100644
(file)
--- 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