Drew Ronneberg : comctl32: Remove obsolete -D_COMCTL32_ from Makefile.in.
Module: wine Branch: master Commit: 07417f8bf118681a02f68ef456f5b7680064b78e URL: https://source.winehq.org/git/wine.git/?a=commit;h=07417f8bf118681a02f68ef45... Author: Drew Ronneberg <drew_ronneberg(a)yahoo.com> Date: Tue Apr 26 19:57:19 2022 -0400 comctl32: Remove obsolete -D_COMCTL32_ from Makefile.in. Signed-off-by: Drew Ronneberg <drew_ronneberg(a)yahoo.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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
participants (1)
-
Alexandre Julliard