Piotr Caban <[email protected]> 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 [email protected]
