Detlef Riekenberg wine.dev@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.