6 Mar
2006
6 Mar
'06
1:06 p.m.
Lei Zhang <leiz(a)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(a)winehq.org