- menu.c: Fix a typo.

svn path=/trunk/; revision=43923
This commit is contained in:
Michael Martin 2009-11-02 20:38:53 +00:00
parent 97d6fbe737
commit 3afb2efd4a

View file

@ -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);