mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:45:56 +00:00
[USER32]
Fix a typo. Fixes "Calling invalid routine number 0x10 in NtUserCallOneParam()" svn path=/trunk/; revision=50858
This commit is contained in:
parent
70fcc31092
commit
77aa443412
1 changed files with 1 additions and 1 deletions
|
@ -890,7 +890,7 @@ BOOL
|
||||||
WINAPI
|
WINAPI
|
||||||
MessageBeep(UINT uType)
|
MessageBeep(UINT uType)
|
||||||
{
|
{
|
||||||
return (BOOL)NtUserCallOneParam(ONEPARAM_ROUTINE_MESSAGEBEEP, uType);
|
return (BOOL)NtUserCallOneParam(uType, ONEPARAM_ROUTINE_MESSAGEBEEP);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue