mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
Declare RICHEDIT_CLASS20W using a WCHAR array.
This commit is contained in:
parent
039ae272d3
commit
1f5365ab82
@ -15,7 +15,7 @@ extern "C" {
|
||||
#define cchTextLimitDefault 0x7fff
|
||||
|
||||
#define RICHEDIT_CLASS20A "RichEdit20A"
|
||||
#define RICHEDIT_CLASS20W L"RichEdit20W"
|
||||
static const WCHAR RICHEDIT_CLASS20W[] = { 'R','i','c','h','E','d','i','t','2','0','W', '\0' };
|
||||
#define RICHEDIT_CLASS10A "RICHEDIT"
|
||||
|
||||
#if (_RICHEDIT_VER >= 0x0200 )
|
||||
|
Loading…
Reference in New Issue
Block a user