From 6b4f67148c3bb5f71ab9b7b25fec946597945c07 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sat, 8 Sep 2012 06:47:10 +0000 Subject: [PATCH] - fix CMake x86 MSVCWin build. svn path=/trunk/; revision=57253 --- reactos/win32ss/user/user32/include/ntwrapper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/win32ss/user/user32/include/ntwrapper.h b/reactos/win32ss/user/user32/include/ntwrapper.h index 2ce69aac835..a43042be247 100644 --- a/reactos/win32ss/user/user32/include/ntwrapper.h +++ b/reactos/win32ss/user/user32/include/ntwrapper.h @@ -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) {