Re: [1/5] kernel: add VirtualAllocEx remote thread conformance tests (updated)
16 Aug
2006
16 Aug
'06
6:19 a.m.
tkho(a)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(a)winehq.org
7148
Age (days ago)
7148
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard