Commit 62a9a07d authored by Phil Krylov's avatar Phil Krylov Committed by Alexandre Julliard

Added missing PFA_JUSTIFY definition.

parent 3fe9aa20
...@@ -603,6 +603,7 @@ typedef struct _gettextex { ...@@ -603,6 +603,7 @@ typedef struct _gettextex {
#define PFA_LEFT 0x00000001 #define PFA_LEFT 0x00000001
#define PFA_RIGHT 0x00000002 #define PFA_RIGHT 0x00000002
#define PFA_CENTER 0x00000003 #define PFA_CENTER 0x00000003
#define PFA_JUSTIFY 0x00000004
/* streaming flags */ /* streaming flags */
#define SFF_PWD 0x00000800 #define SFF_PWD 0x00000800
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment