comparison include/begin_code.h @ 187:94645dc9479b

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 23 Sep 2001 16:53:51 +0000
parents 83018110dce8
children 175917167aac
comparison
equal deleted inserted replaced
186:2529d3d711e6 187:94645dc9479b
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