Mercurial > sdl-ios-xcode
comparison include/begin_code.h @ 4091:98b219f9ff17 SDL-1.2
Removed some C++ style comments from the public headers.
Fixes Bugzilla #474.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 05 Aug 2007 03:21:18 +0000 |
parents | e85e65aec22f |
children | a1b03ba2fcd0 |
comparison
equal
deleted
inserted
replaced
4090:fedb379bedd0 | 4091:98b219f9ff17 |
---|---|
88 #undef DECLSPEC | 88 #undef DECLSPEC |
89 #define DECLSPEC | 89 #define DECLSPEC |
90 #elif !defined(__WINS__) | 90 #elif !defined(__WINS__) |
91 #undef DECLSPEC | 91 #undef DECLSPEC |
92 #define DECLSPEC __declspec(dllexport) | 92 #define DECLSPEC __declspec(dllexport) |
93 #endif //EKA2 | 93 #endif /* !EKA2 */ |
94 #endif //__SYMBIAN32__ | 94 #endif /* __SYMBIAN32__ */ |
95 | 95 |
96 /* Force structure packing at 4 byte alignment. | 96 /* Force structure packing at 4 byte alignment. |
97 This is necessary if the header is included in code which has structure | 97 This is necessary if the header is included in code which has structure |
98 packing set to an alternate value, say for loading structures from disk. | 98 packing set to an alternate value, say for loading structures from disk. |
99 The packing is reset to the previous value in close_code.h | 99 The packing is reset to the previous value in close_code.h |