Add some mirroring defines.

oldstable
Rémi Assailly 2004-12-01 15:30:53 +00:00 committed by Alexandre Julliard
parent 22da469b20
commit 60cd092c68
1 changed files with 6 additions and 0 deletions

View File

@ -3199,6 +3199,12 @@ typedef struct _BLENDFUNCTION
#define FR_PRIVATE 0x10
#define FR_NOT_ENUM 0x20
/* Mirroring flags */
#define LAYOUT_LTR 0x00000000
#define LAYOUT_RTL 0x00000001
#define LAYOUT_BITMAPORIENTATIONPRESERVED 0x00000008
#define NOMIRRORBITMAP 0x80000000
INT WINAPI AbortDoc(HDC);
BOOL WINAPI AbortPath(HDC);