Module: wine Branch: master Commit: 94be5173be69a57431808b8e092560a9b8abbfa7 URL: https://gitlab.winehq.org/wine/wine/-/commit/94be5173be69a57431808b8e092560a...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Apr 30 14:59:01 2024 +0200
sti: Use fully interpreted IDL stubs.
---
dlls/sti/Makefile.in | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/sti/Makefile.in b/dlls/sti/Makefile.in index cbdc42ea2d0..ed695590a37 100644 --- a/dlls/sti/Makefile.in +++ b/dlls/sti/Makefile.in @@ -3,6 +3,7 @@ IMPORTLIB = sti IMPORTS = uuid ole32 oleaut32 rpcrt4 advapi32
EXTRADLLFLAGS = -Wb,--prefer-native +EXTRAIDLFLAGS = -Oicf
SOURCES = \ sti.c \