Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle the args for makemenurtol #998

Merged
merged 1 commit into from
Jun 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions user/user.c
Original file line number Diff line number Diff line change
Expand Up @@ -3828,9 +3828,9 @@ LONG WINAPI stub_USER_496(void)
return 0;
}

LONG WINAPI stub_USER_485(void)
BOOL WINAPI MakeMenuRToL16(HMENU16 hmenu, BOOL16 rol)
{
FIXME("stub\n");
FIXME("stub(%04x,%d\n)", hmenu, rol);
return 0;
}

Expand Down
2 changes: 1 addition & 1 deletion user/user.exe16.spec
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
483 pascal -ret16 SystemParametersInfo(word word ptr word) SystemParametersInfo16
#484 __GP
# Stubs for Hebrew version
485 pascal -ret16 MakeMenuRToL() stub_USER_485
485 pascal -ret16 MakeMenuRToL(word word) MakeMenuRToL16
486 pascal -ret16 RawGetTabbedTextExtent() stub_USER_486
487 pascal -ret16 RawDrawText(word str s_word ptr word) RawDrawText16
488 pascal -ret16 RawTabbedTextOut() stub_USER_488
Expand Down