зеркало из https://github.com/github/putty.git
We must InitCommonControls() or the progress bar doesn't work on 95
[originally from svn r716]
This commit is contained in:
Родитель
8d0bee8629
Коммит
0210709520
|
@ -657,6 +657,7 @@ static int CALLBACK MainDlgProc (HWND hwnd, UINT msg,
|
|||
}
|
||||
|
||||
int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) {
|
||||
InitCommonControls();
|
||||
hinst = inst;
|
||||
random_init();
|
||||
return DialogBox(hinst, MAKEINTRESOURCE(201), NULL, MainDlgProc) != IDOK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче