Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
506fa215
Commit
506fa215
authored
Mar 16, 2005
by
Phil Krylov
Committed by
Alexandre Julliard
Mar 16, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing PFE_ and PFA_ definitions.
parent
b9fddc05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
richedit.h
include/richedit.h
+13
-0
No files found.
include/richedit.h
View file @
506fa215
...
...
@@ -604,6 +604,19 @@ typedef struct _gettextex {
#define PFA_RIGHT 0x00000002
#define PFA_CENTER 0x00000003
#define PFA_JUSTIFY 0x00000004
#define PFA_FULL_INTERWORD 0x00000004
#define PFA_FULL_INTERLETTER 0x00000005
/* paragraph effects */
#define PFE_RTLPARA 0x00000001
#define PFE_KEEP 0x00000002
#define PFE_KEEPNEXT 0x00000004
#define PFE_PAGEBREAKBEFORE 0x00000008
#define PFE_NOLINENUMBER 0x00000010
#define PFE_NOWIDOWCONTROL 0x00000020
#define PFE_DONOTHYPHEN 0x00000040
#define PFE_SIDEBYSIDE 0x00000080
#define PFE_TABLE 0x00004000
/* streaming flags */
#define SFF_PWD 0x00000800
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment