From 1b5147f811d4ea2b0ae3b33338cba7c9993d9039 Mon Sep 17 00:00:00 2001 From: Drew Ronneberg Date: Tue, 26 Apr 2022 19:57:19 -0400 Subject: [PATCH] comctl32: Remove obsolete -D_COMCTL32_ from Makefile.in _COMCTL32_ is no longer used in the Wine source code. Signed-off-by: Drew Ronneberg --- dlls/comctl32/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/comctl32/Makefile.in b/dlls/comctl32/Makefile.in index c0272f2d7d4..01e1ac6f562 100644 --- a/dlls/comctl32/Makefile.in +++ b/dlls/comctl32/Makefile.in @@ -1,4 +1,3 @@ -EXTRADEFS = -D_COMCTL32_ MODULE = comctl32.dll IMPORTLIB = comctl32 IMPORTS = uuid user32 gdi32 advapi32 usp10 imm32 kernelbase -- 2.25.1