[PATCH 2/3] msvcp90/tests: Added allocator<char> tests

Alexandre Julliard julliard at winehq.org
Thu Jul 22 10:04:06 CDT 2010


Piotr Caban <piotr at codeweavers.com> writes:

> diff --git a/dlls/msvcp90/tests/Makefile.in b/dlls/msvcp90/tests/Makefile.in
> index b7fb8e5..9ac5ef5 100644
> --- a/dlls/msvcp90/tests/Makefile.in
> +++ b/dlls/msvcp90/tests/Makefile.in
> @@ -5,7 +5,7 @@ VPATH     = @srcdir@
>  TESTDLL   = msvcp90.dll
>  APPMODE   = -mno-cygwin
>  MODCFLAGS = @BUILTINFLAG@
> -EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
> +EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt -I$(SRCDIR)/..

Don't do that. Define the macros you need directly in the test file.


-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list