Fix. Custom client, get app name (#7562)

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2024-03-30 13:39:34 +08:00
committed by GitHub
parent bf6e465970
commit 82d9b033f2
2 changed files with 16 additions and 9 deletions

View File

@@ -257,3 +257,7 @@ bool Win32Window::OnCreate() {
void Win32Window::OnDestroy() {
// No-op; provided for subclasses.
}
const wchar_t* getWindowClassName() {
return kWindowClassName;
}