Added initial support for EPOC/Symbian OS (thanks Hannu!)
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40174
This commit is contained in:
parent
bea3cb1da4
commit
ce3a1900be
22 changed files with 2103 additions and 17 deletions
|
@ -48,6 +48,12 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
/* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */
|
||||
#ifdef __SYMBIAN32__
|
||||
#undef DECLSPEC
|
||||
#define DECLSPEC
|
||||
#endif // __SYMBIAN32__
|
||||
|
||||
/* Force structure packing at 4 byte alignment.
|
||||
This is necessary if the header is included in code which has structure
|
||||
packing set to an alternate value, say for loading structures from disk.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue