mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[WINGDI.H]
- Add missing DMDO_* definitions svn path=/trunk/; revision=57190
This commit is contained in:
parent
3466b93822
commit
c2d3694c91
1 changed files with 5 additions and 0 deletions
|
@ -1233,6 +1233,11 @@ extern "C" {
|
|||
#define DM_DISPLAYFIXEDOUTPUT 0x20000000
|
||||
#endif
|
||||
|
||||
#define DMDO_DEFAULT 0
|
||||
#define DMDO_90 1
|
||||
#define DMDO_180 2
|
||||
#define DMDO_270 3
|
||||
|
||||
#define DMICMMETHOD_NONE 1
|
||||
#define DMICMMETHOD_SYSTEM 2
|
||||
#define DMICMMETHOD_DRIVER 3
|
||||
|
|
Loading…
Reference in a new issue