Rearrainge things so the SWIG_VERSION values doesn't need to be

written to the C++ wrapper file.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-02-11 19:46:49 +00:00
parent 12e7f72a35
commit 080b9cbc7f
2 changed files with 47 additions and 24 deletions

View File

@@ -93,6 +93,7 @@ typedef unsigned long wxUIntPtr;
#define %noautodoc %feature("noautodoc")
#if SWIG_VERSION >= 0x010327
#undef %kwargs
#define %kwargs %feature("kwargs", "1")
#define %nokwargs %feature("kwargs", "0")
#else