changed swig type table name

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-01-13 20:44:18 +00:00
parent e211b7b106
commit fa289af6dc

View File

@ -644,7 +644,7 @@ if os.name == 'nt':
(WXPLAT, None),
('WXUSINGDLL', '1'),
('SWIG_TYPE_TABLE', 'wxPython_type_table'),
('SWIG_TYPE_TABLE', '_wxPython_table'),
('WXP_USE_THREAD', '1'),
]