X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a24268437fd8f5cf62e11ea3d386b14d38e6d981..8721cada6f4233f23ad90309093c971022aad0af:/wxPython/src/helpers.cpp diff --git a/wxPython/src/helpers.cpp b/wxPython/src/helpers.cpp index 72f84096ac..4188b1ebb9 100644 --- a/wxPython/src/helpers.cpp +++ b/wxPython/src/helpers.cpp @@ -182,6 +182,8 @@ void __wxPreStart() wxPyTMutex = new wxMutex; #endif + wxApp::CheckBuildOptions(wxBuildOptions()); + // Bail out if there is already a wxApp created. This means that the // toolkit has already been initialized, as in embedding wxPython in // a C++ wxWindows app, so we don't need to call wxEntryStart.