From 87ae85f1b48fb19e6f9674df42df2d80ee6864ed Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Thu, 17 Oct 2013 08:55:25 +0900 Subject: [PATCH] gdi32/tests: Enable gdi32 tests compilation with __WINESRC__ defined. --- dlls/gdi32/tests/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/gdi32/tests/Makefile.in b/dlls/gdi32/tests/Makefile.in index 79b38efbe5d..dee2fa45378 100644 --- a/dlls/gdi32/tests/Makefile.in +++ b/dlls/gdi32/tests/Makefile.in @@ -1,6 +1,5 @@ TESTDLL = gdi32.dll IMPORTS = user32 gdi32 advapi32 -EXTRADEFS = -U__WINESRC__ -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION -DWIDL_C_INLINE_WRAPPERS C_SRCS = \ bitmap.c \