- Real fix MSVC build?
authorJames Tabor <james.tabor@reactos.org>
Wed, 16 Sep 2015 08:06:26 +0000 (08:06 +0000)
committerJames Tabor <james.tabor@reactos.org>
Wed, 16 Sep 2015 08:06:26 +0000 (08:06 +0000)
svn path=/trunk/; revision=69252

reactos/win32ss/user/user32/include/ntwrapper.h

index c77f4cf..f61224e 100644 (file)
 
 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)