equal
deleted
inserted
replaced
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 */ |