From 69ce96e476f851a9a2c561d1b93ad05dccdb2322 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 28 Jul 2003 16:02:33 +0000 Subject: [PATCH] Updated comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@22345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/helpers.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/wxPython/src/helpers.cpp b/wxPython/src/helpers.cpp index 081932b248..fc8a824bc7 100644 --- a/wxPython/src/helpers.cpp +++ b/wxPython/src/helpers.cpp @@ -386,6 +386,7 @@ void __wxPreStart(PyObject* moduleDict) wxPyTMutex = new wxMutex; #endif + // Ensure that the build options in the DLL (or whatever) match this build wxApp::CheckBuildOptions(wxBuildOptions()); wxPyAssertionError = PyErr_NewException("wxPython.wxc.wxPyAssertionError",