mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-10 06:31:49 +00:00
Fix Windows compile
This commit is contained in:
parent
9d3c02e31c
commit
6d862cbba7
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ void UpdateDialogWin32::init()
|
|||
DWORD style = WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX;
|
||||
m_window.CreateEx(0 /* dwExStyle */,
|
||||
updateDialogClassName /* class name */,
|
||||
AppInfo::name(),
|
||||
AppInfo::name().c_str(),
|
||||
style,
|
||||
0, 0, width, height,
|
||||
0 /* parent */, 0 /* menu */, 0 /* reserved */);
|
||||
|
|
Loading…
Reference in a new issue