Module: wine Branch: master Commit: 60726aa614d9675351c0d5c70535dd6ea7cd92a5 URL: https://gitlab.winehq.org/wine/wine/-/commit/60726aa614d9675351c0d5c70535dd6...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Apr 29 10:31:52 2024 +0200
ia2comproxy: Use fully interpreted IDL stubs.
---
dlls/ia2comproxy/Makefile.in | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/ia2comproxy/Makefile.in b/dlls/ia2comproxy/Makefile.in index 3e8380c6f7d..f7783098bb8 100644 --- a/dlls/ia2comproxy/Makefile.in +++ b/dlls/ia2comproxy/Makefile.in @@ -1,6 +1,8 @@ MODULE = ia2comproxy.dll IMPORTS = uuid oleacc oleaut32 ole32 rpcrt4
+EXTRAIDLFLAGS = -Oicf + SOURCES = \ ia2_classes.idl \ oleacc_classes.idl