mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Change SetSysColorsTemp declaration
svn path=/trunk/; revision=36934
This commit is contained in:
@@ -4201,7 +4201,7 @@ int WINAPI SetScrollInfo(HWND,int,LPCSCROLLINFO,BOOL);
|
||||
int WINAPI SetScrollPos(HWND,int,int,BOOL);
|
||||
BOOL WINAPI SetScrollRange(HWND,int,int,int,BOOL);
|
||||
BOOL WINAPI SetSysColors(int,const INT *,const COLORREF *);
|
||||
HANDLE WINAPI SetSysColorsTemp(const COLORREF *, const HBRUSH *, int);
|
||||
DWORD WINAPI SetSysColorsTemp(const COLORREF *, const HBRUSH *, DWORD);
|
||||
#define SetSysModalWindow(h) (NULL)
|
||||
BOOL WINAPI SetSystemCursor(HCURSOR,DWORD);
|
||||
BOOL WINAPI SetThreadDesktop(HDESK);
|
||||
|
||||
Reference in New Issue
Block a user