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
82d8fc3f
Commit
82d8fc3f
authored
Jan 04, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jan 04, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Use LONG instead of long in richedit.h.
parent
4c7a6694
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
richedit.h
include/richedit.h
+3
-3
No files found.
include/richedit.h
View file @
82d8fc3f
...
...
@@ -622,7 +622,7 @@ typedef enum tagKHYPH
typedef
struct
hyphresult
{
KHYPH
khyph
;
long
ichHyph
;
LONG
ichHyph
;
WCHAR
chHyph
;
}
HYPHRESULT
;
...
...
@@ -630,7 +630,7 @@ typedef struct tagHyphenateInfo
{
SHORT
cbSize
;
SHORT
dxHyphenateZone
;
void
(
WINAPI
*
pfnHyphenate
)(
WCHAR
*
,
LANGID
,
long
,
HYPHRESULT
*
);
void
(
WINAPI
*
pfnHyphenate
)(
WCHAR
*
,
LANGID
,
LONG
,
HYPHRESULT
*
);
}
HYPHENATEINFO
;
typedef
struct
_msgfilter
{
...
...
@@ -712,7 +712,7 @@ typedef struct _imecomptext {
DWORD
flags
;
}
IMECOMPTEXT
;
void
WINAPI
HyphenateProc
(
WCHAR
*
,
LANGID
,
long
,
HYPHRESULT
*
);
void
WINAPI
HyphenateProc
(
WCHAR
*
,
LANGID
,
LONG
,
HYPHRESULT
*
);
#define SF_TEXT 0x00000001
#define SF_RTF 0x00000002
...
...
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