Commit 1f5365ab authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Declare RICHEDIT_CLASS20W using a WCHAR array.

parent 039ae272
......@@ -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 )
......
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