00001
00002
00003
00004
00005
00006 #if !defined(EPOCGLUE_H__)
00007 #define EPOCGLUE_H__
00008
00009 #include <string.h>
00010 #include "elog.h"
00011
00012 #if defined (__SYMBIAN32__)
00013
00014 #ifndef __E32DEF_H__
00015 #ifdef NULL
00016 #undef NULL
00017 #endif
00018 #endif
00019
00020 #include <e32base.h>
00021 #include <e32std.h>
00022
00023 #else // not Epoc
00024 #ifndef IMPORT_C
00025 #define IMPORT_C
00026 #endif
00027
00028 #ifndef EXPORT_C
00029 #define EXPORT_C
00030 #endif
00031
00032 #ifndef _L
00033 #define _L
00034 #endif
00035
00036 #endif
00037
00038 #include "etools.h"
00039
00040 #endif // EPOCGLUE_H__