- fix CMake x86 MSVCWin build.

svn path=/trunk/; revision=57253
This commit is contained in:
James Tabor 2012-09-08 06:47:10 +00:00
parent 0505da21b0
commit 6b4f67148c

View file

@ -468,12 +468,12 @@ DestroyMenu(HMENU hMenu)
return NtUserDestroyMenu(hMenu);
}
EXTINLINE BOOL WINAPI
/*EXTINLINE BOOL WINAPI
GetMenuBarInfo(HWND hwnd, LONG idObject, LONG idItem, PMENUBARINFO pmbi)
{
return NtUserGetMenuBarInfo(hwnd, idObject, idItem, pmbi);
}
*/
EXTINLINE BOOL WINAPI
GetMenuItemRect(HWND hWnd, HMENU hMenu, UINT uItem, LPRECT lprcItem)
{