Index: dll/win32/hhctrl.ocx/help.c =================================================================== --- dll/win32/hhctrl.ocx/help.c (revision 51513) +++ dll/win32/hhctrl.ocx/help.c (working copy) @@ -1260,8 +1260,8 @@ RECT winPos = info->WinType.rcWindowPos; WNDCLASSEXW wcex; DWORD dwStyles, dwExStyles; - DWORD x, y, width = 0, height = 0; - LPCWSTR caption; + DWORD x = 0, y = 0, width = 0, height = 0; + LPCWSTR caption; static const WCHAR windowClassW[] = { 'H','H',' ', 'P','a','r','e','n','t',0