Module: wine Branch: master Commit: e737a58f29bc0c8413a33129ad87af9fd7f723e3 URL: https://gitlab.winehq.org/wine/wine/-/commit/e737a58f29bc0c8413a33129ad87af9...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Apr 30 14:59:10 2024 +0200
urlmon: Use fully interpreted IDL stubs.
---
dlls/urlmon/Makefile.in | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/urlmon/Makefile.in b/dlls/urlmon/Makefile.in index ba6f1db87ad..9c9e9ef5a0e 100644 --- a/dlls/urlmon/Makefile.in +++ b/dlls/urlmon/Makefile.in @@ -3,6 +3,8 @@ IMPORTLIB = urlmon IMPORTS = uuid ole32 oleaut32 shell32 rpcrt4 shlwapi wininet user32 advapi32 DELAYIMPORTS = advpack
+EXTRAIDLFLAGS = -Oicf + SOURCES = \ axinstall.c \ bindctx.c \