equal
deleted
inserted
replaced
50 |
50 |
51 /* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */ |
51 /* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */ |
52 #ifdef __SYMBIAN32__ |
52 #ifdef __SYMBIAN32__ |
53 #undef DECLSPEC |
53 #undef DECLSPEC |
54 #define DECLSPEC |
54 #define DECLSPEC |
55 #endif // __SYMBIAN32__ |
55 #endif /* __SYMBIAN32__ */ |
56 |
56 |
57 /* Force structure packing at 4 byte alignment. |
57 /* Force structure packing at 4 byte alignment. |
58 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 |
59 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. |
60 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 |