Piotr Caban <pi...@codeweavers.com> writes:

> @@ -22,6 +22,13 @@
>  #include <winbase.h>
>  #include "wine/test.h"
>  
> +#ifndef __i386__
> +/* Skip these tests for non x86 platforms */
> +START_TEST(misc)
> +{
> +}
> +#else

There's no reason not to run the tests on 64-bit, as long as the
functions exist there, they should be tested too.

-- 
Alexandre Julliard
julli...@winehq.org


Reply via email to