mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[PSDK]
- Add NOMIRRORBITMAP definition. svn path=/trunk/; revision=49176
This commit is contained in:
parent
f4be908fdd
commit
8cf3c262f2
1 changed files with 1 additions and 0 deletions
|
@ -1319,6 +1319,7 @@ extern "C" {
|
||||||
#define LAYOUT_VBH 4 // Vertical before horizontal
|
#define LAYOUT_VBH 4 // Vertical before horizontal
|
||||||
#define LAYOUT_ORIENTATIONMASK (LAYOUT_RTL | LAYOUT_BTT | LAYOUT_VBH)
|
#define LAYOUT_ORIENTATIONMASK (LAYOUT_RTL | LAYOUT_BTT | LAYOUT_VBH)
|
||||||
#define LAYOUT_BITMAPORIENTATIONPRESERVED 8
|
#define LAYOUT_BITMAPORIENTATIONPRESERVED 8
|
||||||
|
#define NOMIRRORBITMAP 0x80000000
|
||||||
#if (WINVER > 0x400)
|
#if (WINVER > 0x400)
|
||||||
#define CS_ENABLE 0x00000001
|
#define CS_ENABLE 0x00000001
|
||||||
#define CS_DISABLE 0x00000002
|
#define CS_DISABLE 0x00000002
|
||||||
|
|
Loading…
Reference in a new issue