Declare RICHEDIT_CLASS20W using a WCHAR array.

This commit is contained in:
Francois Gouget 2001-02-12 19:17:46 +00:00 committed by Alexandre Julliard
parent 039ae272d3
commit 1f5365ab82

View file

@ -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 )