From a258ab0fa72761625aca84a50e5ddd75dd73bfdc Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 17 Sep 2002 00:05:55 +0000 Subject: [PATCH] Tests are regular Winelib applications and thus should not be compiled with __WINE__. --- dlls/Maketest.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/Maketest.rules.in b/dlls/Maketest.rules.in index ab059f0c9bb..79e0ac4e0c6 100644 --- a/dlls/Maketest.rules.in +++ b/dlls/Maketest.rules.in @@ -9,7 +9,7 @@ # plus all variables required by the global Make.rules.in # -DEFS = @DLLFLAGS@ -D__WINE__ $(EXTRADEFS) +DEFS = @DLLFLAGS@ $(EXTRADEFS) LDDLLFLAGS = @LDDLLFLAGS@ MODULE = $(TESTDLL:%.dll=%)_test.exe