Added missing PFA_JUSTIFY definition.
This commit is contained in:
parent
3fe9aa2054
commit
62a9a07dda
|
@ -603,6 +603,7 @@ typedef struct _gettextex {
|
|||
#define PFA_LEFT 0x00000001
|
||||
#define PFA_RIGHT 0x00000002
|
||||
#define PFA_CENTER 0x00000003
|
||||
#define PFA_JUSTIFY 0x00000004
|
||||
|
||||
/* streaming flags */
|
||||
#define SFF_PWD 0x00000800
|
||||
|
|
Loading…
Reference in New Issue