We must InitCommonControls() or the progress bar doesn't work on 95

[originally from svn r716]
This commit is contained in:
Simon Tatham 2000-10-20 09:24:44 +00:00
Родитель 8d0bee8629
Коммит 0210709520
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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;