Module: wine Branch: master Commit: 87ae85f1b48fb19e6f9674df42df2d80ee6864ed URL: http://source.winehq.org/git/wine.git/?a=commit;h=87ae85f1b48fb19e6f9674df42... Author: Dmitry Timoshkov <dmitry(a)baikal.ru> Date: Thu Oct 17 08:55:25 2013 +0900 gdi32/tests: Enable gdi32 tests compilation with __WINESRC__ defined. --- dlls/gdi32/tests/Makefile.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/gdi32/tests/Makefile.in b/dlls/gdi32/tests/Makefile.in index 79b38ef..dee2fa4 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 \