Changes needed to allow compilation with SunCC.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-06-20 21:39:33 +00:00
parent 3f3dc2efd0
commit bc5f2236eb
4 changed files with 29 additions and 20 deletions

View File

@@ -94,11 +94,10 @@ BOOL WINAPI DllMain(
wxPyApp::wxPyApp() {
// printf("**** ctor\n");
SetUseBestVisual(TRUE);
}
wxPyApp::~wxPyApp() {
// printf("**** dtor\n");
}