diff --git a/include/richedit.h b/include/richedit.h index 02ebdc2f93a..095cc8ab554 100644 --- a/include/richedit.h +++ b/include/richedit.h @@ -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