mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[PSDK] Add some missing WDA_NONE and WDA_MONITOR. CORE-14434
This commit is contained in:
parent
0be033fe1d
commit
47e04dae50
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue