Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

epocglue.h

Go to the documentation of this file.
00001 // EPOCGLUE.H
00002 //
00003 // (c) 1999-2000 Alfred E. Heggestad
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" // anyway
00039 
00040 #endif // EPOCGLUE_H__

Generated on Tue Feb 8 04:13:57 2005 for Esidplay by doxygen 1.3.3