Alexandre Julliard : combase: Use fully interpreted IDL stubs.
29 Apr
2024
29 Apr
'24
8:22 p.m.
Module: wine Branch: master Commit: 1588fc4fb784c57e2bf9a4b9782cd1cdc273a59b URL: https://gitlab.winehq.org/wine/wine/-/commit/1588fc4fb784c57e2bf9a4b9782cd1c... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Apr 29 10:31:21 2024 +0200 combase: Use fully interpreted IDL stubs. --- dlls/combase/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/combase/Makefile.in b/dlls/combase/Makefile.in index f0acc33751f..7fd47cdb104 100644 --- a/dlls/combase/Makefile.in +++ b/dlls/combase/Makefile.in @@ -4,6 +4,8 @@ IMPORTLIB = combase IMPORTS = advapi32 ole32 user32 gdi32 uuid rpcrt4 DELAYIMPORTS = oleaut32 +EXTRAIDLFLAGS = -Oicf + SOURCES = \ apartment.c \ combase.c \
595
Age (days ago)
595
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard