- // this function is defined by IMPLEMENT_APP() macro in the user code
- extern const wxBuildOptions& wxGetBuildOptions();
-
- if ( !CheckBuildOptions(wxGetBuildOptions()) )
- {
- wxLogFatalError(_T("Mismatch between the program and library build ")
- _T("versions detected."));
- }
-