mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Real fix MSVC build?
svn path=/trunk/; revision=69252
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user