Fix window
This commit is contained in:
parent
48323a7020
commit
0235f8ba77
3 changed files with 2788 additions and 85 deletions
|
|
@ -5,6 +5,8 @@
|
|||
#include "wxext/window_ext.h"
|
||||
%}
|
||||
|
||||
%ignore wxWindowListExt;
|
||||
|
||||
%import "object.i"
|
||||
%import "string.i"
|
||||
%import "validate.i"
|
||||
|
|
|
|||
|
|
@ -943,7 +943,7 @@ typedef short int WXTYPE;
|
|||
|
||||
/* Macro to cut down on compiler warnings. */
|
||||
#if 1 /* there should be no more any compilers needing the "#else" version */
|
||||
#define WXUNUSED(identifier) /* identifier */
|
||||
#define WXUNUSED(identifier) identifier
|
||||
#else /* stupid, broken compiler */
|
||||
#define WXUNUSED(identifier) identifier
|
||||
#endif
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue