From ef8a077e12aace84f7c71a1ce5a224db8e6b832a Mon Sep 17 00:00:00 2001 From: James Tabor Date: Wed, 16 Sep 2015 08:06:26 +0000 Subject: [PATCH] - Real fix MSVC build? svn path=/trunk/; revision=69252 --- reactos/win32ss/user/user32/include/ntwrapper.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/win32ss/user/user32/include/ntwrapper.h b/reactos/win32ss/user/user32/include/ntwrapper.h index c77f4cf8f72..f61224e0ea9 100644 --- a/reactos/win32ss/user/user32/include/ntwrapper.h +++ b/reactos/win32ss/user/user32/include/ntwrapper.h @@ -10,11 +10,13 @@ BOOL FASTCALL TestState(PWND, UINT); +#if 0 EXTINLINE BOOL WINAPI GetScrollBarInfo(HWND hWnd, LONG idObject, PSCROLLBARINFO psbi) { return NtUserGetScrollBarInfo(hWnd, idObject, psbi); } +#endif EXTINLINE BOOL WINAPI ShowScrollBar(HWND hWnd, INT wBar, BOOL bShow)