Module: wine Branch: master Commit: c95c4111f1c6d795ecbebbc91265d18b3c10a672 URL: https://gitlab.winehq.org/wine/wine/-/commit/c95c4111f1c6d795ecbebbc91265d18...
Author: Alexandre Julliard julliard@winehq.org Date: Wed May 1 12:40:50 2024 +0200
actxprxy: Use fully interpreted IDL stubs.
---
dlls/actxprxy/Makefile.in | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/actxprxy/Makefile.in b/dlls/actxprxy/Makefile.in index 0397f7c3a93..9ce0b442586 100644 --- a/dlls/actxprxy/Makefile.in +++ b/dlls/actxprxy/Makefile.in @@ -1,6 +1,8 @@ MODULE = actxprxy.dll IMPORTS = uuid oleaut32 ole32 rpcrt4
+EXTRAIDLFLAGS = -Oicf + SOURCES = \ actxprxy_activscp.idl \ actxprxy_comcat.idl \