Alexandre Julliard : windowscodecs: Use fully interpreted IDL stubs.
Module: wine Branch: master Commit: b44c3dc946f270b0f95646604e4435d30d1a0260 URL: https://gitlab.winehq.org/wine/wine/-/commit/b44c3dc946f270b0f95646604e4435d... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Apr 30 14:59:18 2024 +0200 windowscodecs: Use fully interpreted IDL stubs. --- dlls/windowscodecs/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/windowscodecs/Makefile.in b/dlls/windowscodecs/Makefile.in index 511d45170d3..0be0e750dbb 100644 --- a/dlls/windowscodecs/Makefile.in +++ b/dlls/windowscodecs/Makefile.in @@ -3,6 +3,8 @@ IMPORTLIB = windowscodecs IMPORTS = $(TIFF_PE_LIBS) $(JPEG_PE_LIBS) $(PNG_PE_LIBS) windowscodecs uuid ole32 oleaut32 propsys rpcrt4 shlwapi user32 gdi32 advapi32 EXTRAINCL = $(TIFF_PE_CFLAGS) $(JPEG_PE_CFLAGS) $(PNG_PE_CFLAGS) +EXTRAIDLFLAGS = -Oicf + SOURCES = \ bitmap.c \ bmpdecode.c \
participants (1)
-
Alexandre Julliard