Add missing LPFILTERKEYS and LPTOGGLEKEYS types.
authorEric Kohl <eric.kohl@reactos.org>
Sat, 22 Sep 2007 20:20:28 +0000 (20:20 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sat, 22 Sep 2007 20:20:28 +0000 (20:20 +0000)
svn path=/trunk/; revision=29149

reactos/include/psdk/winuser.h

index c8ebab5..f488422 100644 (file)
@@ -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;