riched20: Implements FR_WHOLEWORD for EM_FINDTEXT

Alexandre Julliard julliard at winehq.org
Mon Mar 6 13:06:38 CST 2006


Lei Zhang <leiz at ucla.edu> writes:

> --- dlls/riched20/editstr.h	2 Mar 2006 11:18:19 -0000	1.27
> +++ dlls/riched20/editstr.h	5 Mar 2006 06:36:50 -0000
> @@ -29,6 +29,7 @@
>  #include <stdarg.h>
>  #include <stdio.h>
>  #include <stdlib.h>
> +#include <wctype.h>

You can't use anything from wctype.h in Wine. Use the functions from
wine/unicode.h instead.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list