"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes:
> "Alexandre Julliard" <[EMAIL PROTECTED]> wrote:
>
> > This isn't correct, the size is 2 only for standalone tests.
>
> The case above is protected by #ifdef STANDALONE so that shouldn't be an
> issue.
testlist.c defines STANDALONE too (yes it's
"Alexandre Julliard" <[EMAIL PROTECTED]> wrote:
> > @@ -89,7 +91,7 @@ struct test
> > void (*func)(void);
> > };
> >
> > -static const struct test winetest_testlist[];
> > +static const struct test winetest_testlist[2];
>
> This isn't correct, the size is 2 only for standalone tests.
The
Dmitry Timoshkov <[EMAIL PROTECTED]> writes:
> @@ -89,7 +91,7 @@ struct test
> void (*func)(void);
> };
>
> -static const struct test winetest_testlist[];
> +static const struct test winetest_testlist[2];
This isn't correct, the size is 2 only for standalone tests. Does
something like thi