mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Define missing SPI_SETCURSORS.
svn path=/trunk/; revision=26539
This commit is contained in:
parent
8348169a15
commit
aa12c0e3e3
1 changed files with 2 additions and 0 deletions
|
@ -1225,6 +1225,7 @@ extern "C" {
|
|||
#define SPI_SETANIMATION 73
|
||||
#define SPI_SETBEEP 2
|
||||
#define SPI_SETBORDER 6
|
||||
#define SPI_SETCURSORS 87
|
||||
#define SPI_SETDEFAULTINPUTLANG 90
|
||||
#define SPI_SETDESKPATTERN 21
|
||||
#define SPI_SETDESKWALLPAPER 20
|
||||
|
@ -3975,6 +3976,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);
|
||||
#define SetSysModalWindow(h) (NULL)
|
||||
BOOL WINAPI SetSystemCursor(HCURSOR,DWORD);
|
||||
BOOL WINAPI SetThreadDesktop(HDESK);
|
||||
|
|
Loading…
Reference in a new issue