Commit a105f924 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

winhlp32: Fix typo in color init.

parent d67df826
......@@ -286,7 +286,7 @@ HLPFILE_WINDOWINFO* WINHELP_GetWindowInfo(HLPFILE* hlpfile, LPCSTR name)
mwi.origin.x = mwi.origin.y = mwi.size.cx = mwi.size.cy = CW_USEDEFAULT;
mwi.style = SW_SHOW;
mwi.win_style = WS_OVERLAPPEDWINDOW;
mwi.sr_color = mwi.sr_color = 0xFFFFFF;
mwi.sr_color = mwi.nsr_color = 0xFFFFFF;
}
return &mwi;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment