14 Jul
2011
14 Jul
'11
1:50 p.m.
Jay Yang <jkelleyy(a)gmail.com> writes:
@@ -240,7 +240,7 @@ static HRESULT WINAPI RecycleBinMenu_InvokeCommand(IContextMenu2 *iface, LPCSTR verb = pici->lpVerb; if(!HIWORD(verb)) { - switch((UINT)verb) + switch((UINT_PTR)verb)
Actually the HIWORD() is more problematic. -- Alexandre Julliard julliard(a)winehq.org