comparison include/begin_code.h @ 173:83018110dce8

Added initial support for EPOC/Symbian OS (thanks Hannu!)
author Sam Lantinga <slouken@libsdl.org>
date Tue, 11 Sep 2001 20:38:49 +0000
parents 60c7960354e0
children 94645dc9479b
comparison
equal deleted inserted replaced
172:37e3ca9254c7 173:83018110dce8
46 # define DECLSPEC 46 # define DECLSPEC
47 # endif 47 # endif
48 # endif 48 # endif
49 #endif 49 #endif
50 50
51 /* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */
52 #ifdef __SYMBIAN32__
53 #undef DECLSPEC
54 #define DECLSPEC
55 #endif // __SYMBIAN32__
56
51 /* Force structure packing at 4 byte alignment. 57 /* Force structure packing at 4 byte alignment.
52 This is necessary if the header is included in code which has structure 58 This is necessary if the header is included in code which has structure
53 packing set to an alternate value, say for loading structures from disk. 59 packing set to an alternate value, say for loading structures from disk.
54 The packing is reset to the previous value in close_code.h 60 The packing is reset to the previous value in close_code.h
55 */ 61 */