changeset 173 | 83018110dce8 |
parent 85 | 60c7960354e0 |
child 187 | 94645dc9479b |
--- a/include/begin_code.h Tue Sep 11 19:00:18 2001 +0000 +++ b/include/begin_code.h Tue Sep 11 20:38:49 2001 +0000 @@ -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.