mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-12 04:46:00 +00:00
begin_code.h: remove obsolete __SYMBIAN32__ handling for DECLSPEC.
This commit is contained in:
@@ -75,12 +75,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif /* SDLCALL */
|
#endif /* SDLCALL */
|
||||||
|
|
||||||
/* 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.
|
/* Force structure packing at 4 byte alignment.
|
||||||
This is necessary if the header is included in code which has structure
|
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.
|
packing set to an alternate value, say for loading structures from disk.
|
||||||
|
Reference in New Issue
Block a user