From ae3a6d52d0c1b00169e7cdbcf362473de2b36688 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Wed, 23 Oct 2013 14:54:36 +0900 Subject: [PATCH] user32/tests: Enable user32 tests compilation with __WINESRC__ defined. --- dlls/user32/tests/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/user32/tests/Makefile.in b/dlls/user32/tests/Makefile.in index 88c44473fa6..eb5789adca2 100644 --- a/dlls/user32/tests/Makefile.in +++ b/dlls/user32/tests/Makefile.in @@ -1,6 +1,5 @@ TESTDLL = user32.dll IMPORTS = user32 gdi32 advapi32 -EXTRADEFS = -U__WINESRC__ -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION -DWIDL_C_INLINE_WRAPPERS C_SRCS = \ broadcast.c \