Alexandre Julliard : oleacc: Use fully interpreted IDL stubs.
30 Apr
2024
30 Apr
'24
4:07 p.m.
Module: wine Branch: master Commit: ecea5c848e53e0650d971ec529ee70ba5ecdf536 URL: https://gitlab.winehq.org/wine/wine/-/commit/ecea5c848e53e0650d971ec529ee70b... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Apr 30 14:58:38 2024 +0200 oleacc: Use fully interpreted IDL stubs. --- dlls/oleacc/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/oleacc/Makefile.in b/dlls/oleacc/Makefile.in index 4bd7438aec5..4f511ebabcb 100644 --- a/dlls/oleacc/Makefile.in +++ b/dlls/oleacc/Makefile.in @@ -2,6 +2,8 @@ MODULE = oleacc.dll IMPORTLIB = oleacc IMPORTS = uuid oleaut32 ole32 user32 rpcrt4 +EXTRAIDLFLAGS = -Oicf + SOURCES = \ client.c \ main.c \
590
Age (days ago)
590
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard