[PSDK] Add some missing definitions. CORE-16441

This commit is contained in:
Amine Khaldi 2019-12-01 19:40:17 +01:00
parent 98e4a3ece1
commit 87801a65f7
3 changed files with 93 additions and 0 deletions

View file

@ -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;