(svn r12445) -Fix: Add missing compile asserts for window data structs

This commit is contained in:
peter1138
2008-03-27 15:48:54 +00:00
parent 8988c1f7c1
commit cb7b587746
3 changed files with 3 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ struct generate_d {
uint y;
char name[64];
};
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(generate_d));
extern void SwitchMode(int new_mode);