Module: wine Branch: master Commit: 86e2ff24053fb959f4054c31be9c1b094b051969 URL: https://gitlab.winehq.org/wine/wine/-/commit/86e2ff24053fb959f4054c31be9c1b0...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Apr 29 10:32:01 2024 +0200
ieproxy: Use fully interpreted IDL stubs.
---
dlls/ieproxy/Makefile.in | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/ieproxy/Makefile.in b/dlls/ieproxy/Makefile.in index 7b1db81a3d1..cdafc418a71 100644 --- a/dlls/ieproxy/Makefile.in +++ b/dlls/ieproxy/Makefile.in @@ -1,6 +1,8 @@ MODULE = ieproxy.dll IMPORTS = uuid ole32 rpcrt4
+EXTRAIDLFLAGS = -Oicf + SOURCES = \ ieproxy_ieautomation.idl \ ieproxy_perhist.idl