equal
deleted
inserted
replaced
18 |
18 |
19 Sam Lantinga |
19 Sam Lantinga |
20 slouken@libsdl.org |
20 slouken@libsdl.org |
21 */ |
21 */ |
22 |
22 |
23 /* This file reverses the effects of begin_code.h and should be included |
23 /** |
24 after you finish any function and structure declarations in your headers |
24 * \file close_code.h |
25 */ |
25 * |
|
26 * This file reverses the effects of begin_code.h and should be included |
|
27 * after you finish any function and structure declarations in your headers |
|
28 */ |
26 |
29 |
27 #undef _begin_code_h |
30 #undef _begin_code_h |
28 |
31 |
29 /* Reset structure packing at previous byte alignment */ |
32 /* Reset structure packing at previous byte alignment */ |
30 #if defined(_MSC_VER) || defined(__MWERKS__) || defined(__WATCOMC__) || defined(__BORLANDC__) |
33 #if defined(_MSC_VER) || defined(__MWERKS__) || defined(__WATCOMC__) || defined(__BORLANDC__) |