[*] 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:
parent
22f52051f5
commit
37d983ef6f
@ -693,7 +693,7 @@ const wxChar *wxApp::GetRegisteredClassName(const wxChar *name,
|
|||||||
{
|
{
|
||||||
wxLogLastError(wxString::Format(wxT("RegisterClass(%s)"),
|
wxLogLastError(wxString::Format(wxT("RegisterClass(%s)"),
|
||||||
regClass.regname));
|
regClass.regname));
|
||||||
return NULL;
|
return name;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user