[PATCH] urlmon: Remove obsolete -D_URLMON_ from Makefile.in

Drew Ronneberg drew_ronneberg at yahoo.com
Sun May 1 04:59:10 CDT 2022


_URLMON_ is no longer used in the Wine source code.

Signed-off-by: Drew Ronneberg <drew_ronneberg at yahoo.com>
---
 dlls/urlmon/Makefile.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/urlmon/Makefile.in b/dlls/urlmon/Makefile.in
index f95e7972829..a29c831e455 100644
--- a/dlls/urlmon/Makefile.in
+++ b/dlls/urlmon/Makefile.in
@@ -1,7 +1,6 @@
 MODULE    = urlmon.dll
 IMPORTLIB = urlmon
 IMPORTS   = uuid ole32 oleaut32 shell32 rpcrt4 shlwapi wininet user32 advapi32
-EXTRADEFS = -D_URLMON_
 DELAYIMPORTS = advpack
 
 C_SRCS = \
-- 
2.25.1




More information about the wine-devel mailing list