#endif
#include "wx/evtloop.h"
+#include "wx/testing.h"
#ifdef __VMS__
#pragma message disable nosimpint
// Shows a dialog modally, returning a return code
int wxDialog::ShowModal()
{
+ WX_TESTING_SHOW_MODAL_HOOK();
+
Show(true);
// after the event loop ran, the widget might already have been destroyed