Commit 82d8fc3f authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

include: Use LONG instead of long in richedit.h.

parent 4c7a6694
......@@ -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
......
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