mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Add missing LPFILTERKEYS and LPTOGGLEKEYS types.
svn path=/trunk/; revision=29149
This commit is contained in:
@@ -3001,7 +3001,7 @@ typedef struct tagFILTERKEYS {
|
||||
DWORD iDelayMSec;
|
||||
DWORD iRepeatMSec;
|
||||
DWORD iBounceMSec;
|
||||
} FILTERKEYS;
|
||||
} FILTERKEYS, *LPFILTERKEYS;
|
||||
typedef struct tagHIGHCONTRASTA {
|
||||
UINT cbSize;
|
||||
DWORD dwFlags;
|
||||
@@ -3133,7 +3133,7 @@ typedef struct tagSTICKYKEYS {
|
||||
typedef struct tagTOGGLEKEYS {
|
||||
DWORD cbSize;
|
||||
DWORD dwFlags;
|
||||
} TOGGLEKEYS;
|
||||
} TOGGLEKEYS, *LPTOGGLEKEYS;
|
||||
typedef struct tagMOUSEHOOKSTRUCT {
|
||||
POINT pt;
|
||||
HWND hwnd;
|
||||
|
||||
Reference in New Issue
Block a user