[1/5] kernel: add VirtualAllocEx remote thread conformance tests (updated)

Alexandre Julliard julliard at winehq.org
Wed Aug 16 06:19:42 CDT 2006


tkho at ucla.edu (Thomas Kho) writes:

> diff --git a/dlls/kernel/tests/Makefile.in b/dlls/kernel/tests/Makefile.in
> index bfeae14..5f6c12e 100644
> --- a/dlls/kernel/tests/Makefile.in
> +++ b/dlls/kernel/tests/Makefile.in
> @@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
>  SRCDIR    = @srcdir@
>  VPATH     = @srcdir@
>  TESTDLL   = kernel32.dll
> -IMPORTS   = kernel32
> +IMPORTS   = kernel32 user32

It would be cleaner to avoid importing user32 in the kernel
tests. What you probably should do is have the test create more
instances of itself the way the process test does.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list