]> git.saurik.com Git - wxWidgets.git/commitdiff
ifdef out some wxGTK specific code
authorRobin Dunn <robin@alldunn.com>
Tue, 18 Aug 1998 21:54:12 +0000 (21:54 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 18 Aug 1998 21:54:12 +0000 (21:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxPython/src/helpers.cpp

index c2c02f94ab1eb3a62126b353bc3b7e54571d5e2e..5c9f69371dcfe013be6b93beab00fdc972268818 100644 (file)
@@ -158,7 +158,9 @@ PyObject* __wxStart(PyObject* /* self */, PyObject* args)
         return NULL;
     }
 
+#ifdef __WXGTK__
     wxTheApp->m_initialized = (wxTopLevelWindows.Number() > 0);
+#endif
 
     Py_INCREF(Py_None);
     return Py_None;
@@ -1071,6 +1073,9 @@ wxAcceleratorEntry* wxAcceleratorEntry_LIST_helper(PyObject* source) {
 /////////////////////////////////////////////////////////////////////////////
 //
 // $Log$
+// Revision 1.6  1998/08/18 21:54:12  RD
+// ifdef out some wxGTK specific code
+//
 // Revision 1.5  1998/08/18 19:48:17  RD
 // more wxGTK compatibility things.
 //