Module: wine Branch: master Commit: 6bf840566dd1152c37028bbc5dd847c7cfcd86dc URL: https://gitlab.winehq.org/wine/wine/-/commit/6bf840566dd1152c37028bbc5dd847c...
Author: Alexandre Julliard julliard@winehq.org Date: Wed May 1 12:41:11 2024 +0200
oleaut32: Use fully interpreted IDL stubs.
---
dlls/oleaut32/Makefile.in | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/oleaut32/Makefile.in b/dlls/oleaut32/Makefile.in index 04dfcaa2bd3..033d3d76e83 100644 --- a/dlls/oleaut32/Makefile.in +++ b/dlls/oleaut32/Makefile.in @@ -4,6 +4,8 @@ IMPORTLIB = oleaut32 IMPORTS = uuid ole32 rpcrt4 user32 gdi32 advapi32 DELAYIMPORTS = comctl32 urlmon windowscodecs
+EXTRAIDLFLAGS = -Oicf + SOURCES = \ connpt.c \ dispatch.c \