mirror of
https://github.com/danbulant/appit
synced 2026-06-24 17:11:54 +00:00
Fixing compilation on Windows
This commit is contained in:
parent
c036093bee
commit
1f475626cf
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ impl<Message> Windows<Message> {
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
{
|
{
|
||||||
builder =
|
builder =
|
||||||
platform::windows::WindowBuilderExtWindows::with_name(builder, app_name, "");
|
winit::platform::windows::WindowBuilderExtWindows::with_class_name(builder, app_name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue