Commit 5803a62f authored by Jean-Christophe Cardot's avatar Jean-Christophe Cardot Committed by Michael Stefaniuc

winhlp32: Add a warning trace.

Signed-off-by: 's avatarJean-Christophe Cardot <wine@cardot.net> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org> (cherry picked from commit d55cb801) Signed-off-by: 's avatarMichael Stefaniuc <mstefani@winehq.org>
parent dfcc043e
......@@ -1632,6 +1632,7 @@ static BOOL HLPFILE_BrowseParagraph(HLPFILE_PAGE* page, struct RtfData* rd,
case 0xE3:
case 0xE6:
case 0xE7:
WINE_WARN("jump topic 1 => %u\n", GET_UINT(format, 1));
HLPFILE_AllocLink(rd, (*format & 1) ? hlp_link_link : hlp_link_popup,
page->file->lpszPath, -1, GET_UINT(format, 1),
!(*format & 4), FALSE, -1);
......
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