mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:42:56 +00:00
[PSDK] Add some missing definitions. CORE-16441
This commit is contained in:
parent
98e4a3ece1
commit
87801a65f7
3 changed files with 93 additions and 0 deletions
|
@ -1401,6 +1401,10 @@ typedef struct _DRAWPATRECT {
|
|||
#define DISPLAY_DEVICE_DISCONNECT 0x02000000
|
||||
#define DISPLAY_DEVICE_REMOTE 0x04000000
|
||||
#define DISPLAY_DEVICE_MODESPRUNED 0x08000000
|
||||
|
||||
#define DISPLAY_DEVICE_ACTIVE 0x00000001
|
||||
#define DISPLAY_DEVICE_ATTACHED 0x00000002
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
typedef struct _ABC {
|
||||
int abcA;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue