https://git.reactos.org/?p=reactos.git;a=commitdiff;h=47e04dae506cf55caa3d50f8705c9234ae42db1a
commit 47e04dae506cf55caa3d50f8705c9234ae42db1a Author: Amine Khaldi <[email protected]> AuthorDate: Tue Apr 3 13:48:43 2018 +0100 Commit: Amine Khaldi <[email protected]> CommitDate: Tue Apr 3 13:48:43 2018 +0100 [PSDK] Add some missing WDA_NONE and WDA_MONITOR. CORE-14434 --- sdk/include/psdk/winuser.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk/include/psdk/winuser.h b/sdk/include/psdk/winuser.h index ec52b1d5d7..60a92d6dfc 100644 --- a/sdk/include/psdk/winuser.h +++ b/sdk/include/psdk/winuser.h @@ -3341,6 +3341,9 @@ typedef struct tagMINIMIZEDMETRICS { int iArrange; } MINIMIZEDMETRICS, *PMINIMIZEDMETRICS,*LPMINIMIZEDMETRICS; +#define WDA_NONE 0x0 +#define WDA_MONITOR 0x1 + typedef struct tagMOUSEKEYS{ UINT cbSize; DWORD dwFlags;
