[02/10] wintrust: Convert crypt tests to Unicode.

Hans Leidekker hans at codeweavers.com
Mon Dec 22 08:02:18 CST 2008


On Monday 22 December 2008 14:54:28 Alexandre Julliard wrote:

> > -static char selfname[MAX_PATH];
> > -static CHAR CURR_DIR[MAX_PATH];
> > +static WCHAR selfname[MAX_PATH];
> > +static WCHAR current_dir[MAX_PATH];
> 
> Is that really useful?  It seems to me it will break the tests on Win9x
> for no good reason.

Well, wintrust is a Unicode only API and we already skip the tests if
wintrust is not fully supported.

 -Hans



More information about the wine-devel mailing list