From 1f8acd2697ca39f28c9134d5091424761ca69b7c Mon Sep 17 00:00:00 2001 From: Drew Ronneberg Date: Mon, 25 Apr 2022 06:44:11 -0400 Subject: [PATCH] shell32: Remove obsolete -D_SHELL32_ from Makefile.in _SHELL32_ is no longer used in the Wine source code. Signed-off-by: Drew Ronneberg --- dlls/shell32/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in index eeb6cd63d60..9e2395126fc 100644 --- a/dlls/shell32/Makefile.in +++ b/dlls/shell32/Makefile.in @@ -1,4 +1,3 @@ -EXTRADEFS = -D_SHELL32_ MODULE = shell32.dll IMPORTLIB = shell32 IMPORTS = uuid shlwapi user32 gdi32 advapi32 -- 2.25.1