tkho@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.