Module: wine Branch: master Commit: dc8395f2876d265c779fbd52a8d5abf21996d4a4 URL: https://gitlab.winehq.org/wine/wine/-/commit/dc8395f2876d265c779fbd52a8d5abf...
Author: Alexandre Julliard julliard@winehq.org Date: Wed May 1 12:41:28 2024 +0200
quartz: Use fully interpreted IDL stubs.
---
dlls/quartz/Makefile.in | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/quartz/Makefile.in b/dlls/quartz/Makefile.in index 1456d281cb8..2a10d8d3f13 100644 --- a/dlls/quartz/Makefile.in +++ b/dlls/quartz/Makefile.in @@ -3,6 +3,8 @@ IMPORTLIB = quartz IMPORTS = strmiids dxguid strmbase uuid dsound msacm32 msvfw32 ole32 oleaut32 rpcrt4 user32 gdi32 advapi32 winmm DELAYIMPORTS = ddraw
+EXTRAIDLFLAGS = -Oicf + SOURCES = \ acmwrapper.c \ avidec.c \