Did splitting of wxEntry for wxMSW. Not nearly as complex as wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-03-11 09:05:03 +00:00
parent c5a7371313
commit 7ece89c6b1
3 changed files with 36 additions and 60 deletions

View File

@@ -615,7 +615,7 @@ PyObject *ptrfree(PyObject *_PTRVALUE) {
void wxApp_CleanUp() {
wxApp::CleanUp();
__wxCleanup();
}
extern "C" SWIGEXPORT(void) initwindowsc();