Module: wine Branch: master Commit: b93a60cddbded24be08e05575b41d76dfbc62a58 URL: https://gitlab.winehq.org/wine/wine/-/commit/b93a60cddbded24be08e05575b41d76...
Author: Alexandre Julliard julliard@winehq.org Date: Wed May 1 12:41:01 2024 +0200
ole32: Use fully interpreted IDL stubs.
---
dlls/ole32/Makefile.in | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/ole32/Makefile.in b/dlls/ole32/Makefile.in index ee0fcc41f7d..2b3423e60a7 100644 --- a/dlls/ole32/Makefile.in +++ b/dlls/ole32/Makefile.in @@ -4,6 +4,8 @@ IMPORTLIB = ole32 IMPORTS = uuid advapi32 user32 gdi32 combase rpcrt4 kernelbase coml2 DELAYIMPORTS = oleaut32
+EXTRAIDLFLAGS = -Oicf + SOURCES = \ antimoniker.c \ bindctx.c \