Re: localui/tests: Add tests for ConfigurePortUI
21 May
2007
21 May
'07
6:39 a.m.
Detlef Riekenberg <wine.dev(a)web.de> writes:
diff --git a/dlls/localui/tests/Makefile.in b/dlls/localui/tests/Makefile.in index 191a312..634060b 100644 --- a/dlls/localui/tests/Makefile.in +++ b/dlls/localui/tests/Makefile.in @@ -3,7 +3,7 @@ TOPOBJDIR = ../../.. SRCDIR = @srcdir@ VPATH = @srcdir@ TESTDLL = localui.dll -IMPORTS = kernel32 +IMPORTS = kernel32 msvcrt winspool
You can't import msvcrt without using the headers and the appropriate compiler flags. It would be much better to avoid it though. -- Alexandre Julliard julliard(a)winehq.org
6870
Age (days ago)
6870
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard