On Mon, Feb 05, 2001 at 08:51:45PM -0800, Francois Gouget wrote:
Index: include/richedit.h
RCS file: /home/cvs/wine/wine/include/richedit.h,v retrieving revision 1.4 diff -u -r1.4 richedit.h --- include/richedit.h 2001/01/22 19:25:27 1.4 +++ include/richedit.h 2001/01/29 11:01:27 @@ -15,7 +15,7 @@ #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' };
Doesn't this want a trailing 0 ?
Huw.