Author: jimtabor Date: Wed Sep 16 08:06:26 2015 New Revision: 69252
URL: http://svn.reactos.org/svn/reactos?rev=69252&view=rev Log: - Real fix MSVC build?
Modified: trunk/reactos/win32ss/user/user32/include/ntwrapper.h
Modified: trunk/reactos/win32ss/user/user32/include/ntwrapper.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/user32/include... ============================================================================== --- trunk/reactos/win32ss/user/user32/include/ntwrapper.h [iso-8859-1] (original) +++ trunk/reactos/win32ss/user/user32/include/ntwrapper.h [iso-8859-1] Wed Sep 16 08:06:26 2015 @@ -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)