localui/tests: Add tests for ConfigurePortUI

Alexandre Julliard julliard at winehq.org
Mon May 21 06:39:52 CDT 2007


Detlef Riekenberg <wine.dev at 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 at winehq.org



More information about the wine-devel mailing list