Lei Zhang leiz@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.