Drew Ronneberg : urlmon: Remove obsolete -D_URLMON_ from Makefile.in.
Module: wine Branch: master Commit: 4d9b7b6cbc317bb77b200cefa6fe52ec4b183020 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4d9b7b6cbc317bb77b200cefa... Author: Drew Ronneberg <drew_ronneberg(a)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(a)yahoo.com> Signed-off-by: Alexandre Julliard <julliard(a)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 = \
participants (1)
-
Alexandre Julliard