mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[User32]
- menu.c: Fix a typo. svn path=/trunk/; revision=43923
This commit is contained in:
@@ -3987,7 +3987,7 @@ User32CallLoadMenuFromKernel(PVOID Arguments, ULONG ArgumentLength)
|
||||
Common = (PLOADMENU_CALLBACK_ARGUMENTS) Arguments;
|
||||
|
||||
Result = (LRESULT)LoadMenuW( Common->hModule,
|
||||
IS_INTRESOURCE(Common->MenuName) ?
|
||||
IS_INTRESOURCE(Common->MenuName[0]) ?
|
||||
MAKEINTRESOURCE(Common->MenuName[0]) :
|
||||
(LPCWSTR)&Common->MenuName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user