mirror of
https://github.com/yawut/SDL.git
synced 2026-08-11 03:25:32 -05:00
Added initial support for EPOC/Symbian OS (thanks Hannu!)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user