Am Dienstag, den 05.07.2005, 07:40 -0500 schrieb Alexandre Julliard:
Modified files: dlls/user : cursoricon.c
Log message: Detlef Riekenberg wine.dev@web.de LoadImageW: Fix type of TRACE parameter.
Patch: http://cvs.winehq.org/patch.py?id=18666
Old revision New revision Changes Path 1.6 1.7 +3 -7 wine/dlls/user/cursoricon.c
Sorry, but you modified the Patch in a wrong Way.
(HIWORD(name)) is the short version of (IS_INTRESOURCE(name)) here
Changelog: - LoadImageW: Fix type of TRACE-Parameter (Restored the 'if (HIWORD(name))' - Part and added some comments)
Detlef Riekenberg wine.dev@web.de writes:
Sorry, but you modified the Patch in a wrong Way.
(HIWORD(name)) is the short version of (IS_INTRESOURCE(name)) here
debugstr_w handles that just fine.