Misc / Unicode

Huw D M Davies h.davies1 at physics.ox.ac.uk
Tue Feb 6 04:54:38 CST 2001


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.
-- 
   Dr. Huw D M Davies              | Clarendon Laboratory
   h.davies1 at physics.ox.ac.uk      | Parks Road
   Tel: +44 1865 272390            | Oxford OX1 3PU
   Fax: +44 1865 272400            | UK




More information about the wine-devel mailing list