mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 04:33:38 +00:00
Added missing display device state flags to wingdi.h
svn path=/trunk/; revision=31489
This commit is contained in:
parent
e2aaa37191
commit
67af11f847
1 changed files with 2 additions and 0 deletions
|
@ -1223,6 +1223,8 @@ extern "C" {
|
|||
#define DISPLAY_DEVICE_MIRRORING_DRIVER 0x00000008
|
||||
#define DISPLAY_DEVICE_VGA_COMPATIBLE 0x00000010
|
||||
#define DISPLAY_DEVICE_REMOVABLE 0x00000020
|
||||
#define DISPLAY_DEVICE_DISCONNECT 0x02000000
|
||||
#define DISPLAY_DEVICE_REMOTE 0x04000000
|
||||
#define DISPLAY_DEVICE_MODESPRUNED 0x08000000
|
||||
#ifndef RC_INVOKED
|
||||
typedef struct _ABC {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue