Stub MACRO_JumpContext to at least bring up the help file.
This commit is contained in:
parent
ac5e454e2f
commit
cea5e75f56
@ -686,7 +686,8 @@ void MACRO_JumpContents(LPCSTR lpszPath, LPCSTR lpszWindow)
|
||||
|
||||
void MACRO_JumpContext(LPCSTR lpszPath, LPCSTR lpszWindow, LONG context)
|
||||
{
|
||||
WINE_FIXME("(\"%s\", \"%s\", %lu)\n", lpszPath, lpszWindow, context);
|
||||
WINE_FIXME("(\"%s\", \"%s\", %ld)semi-stub\n", lpszPath, lpszWindow, context);
|
||||
return MACRO_JumpContents(lpszPath, lpszWindow);
|
||||
}
|
||||
|
||||
void MACRO_JumpHash(LPCSTR lpszPath, LPCSTR lpszWindow, LONG lHash)
|
||||
|
Loading…
x
Reference in New Issue
Block a user