Drew Ronneberg : urlmon: Remove obsolete -D_URLMON_ from Makefile.in.

Alexandre Julliard julliard at winehq.org
Mon May 2 16:02:09 CDT 2022


Module: wine
Branch: master
Commit: 4d9b7b6cbc317bb77b200cefa6fe52ec4b183020
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4d9b7b6cbc317bb77b200cefa6fe52ec4b183020

Author: Drew Ronneberg <drew_ronneberg at yahoo.com>
Date:   Sun May  1 05:59:10 2022 -0400

urlmon: Remove obsolete -D_URLMON_ from Makefile.in.

Signed-off-by: Drew Ronneberg <drew_ronneberg at yahoo.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 = \




More information about the wine-cvs mailing list