- Change SetSysColorsTemp declaration

svn path=/trunk/; revision=36934
This commit is contained in:
Dmitry Chapyshev
2008-10-25 07:39:33 +00:00
parent 1e2dcd06e8
commit 8d30598bdf
+1 -1
View File
@@ -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);