[*] i cant be arsed to debug this. something is making the wxWindow class register twice. the other win32 apis are hardened. we can just fail later. i dont care. lets not fail here.

This commit is contained in:
Reece Wilson 2021-10-12 01:41:27 +01:00
parent 22f52051f5
commit 37d983ef6f

View File

@ -693,7 +693,7 @@ const wxChar *wxApp::GetRegisteredClassName(const wxChar *name,
{
wxLogLastError(wxString::Format(wxT("RegisterClass(%s)"),
regClass.regname));
return NULL;
return name;
}
}