Alexandre Julliard : rpcrt4: Use fully interpreted IDL stubs.
Module: wine Branch: master Commit: 8f7e877a5571213a7b08639b52d369417b4db815 URL: https://gitlab.winehq.org/wine/wine/-/commit/8f7e877a5571213a7b08639b52d3694... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Apr 25 14:17:09 2024 +0200 rpcrt4: Use fully interpreted IDL stubs. --- dlls/rpcrt4/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/rpcrt4/Makefile.in b/dlls/rpcrt4/Makefile.in index f2f6d35b2a5..6ab5e231879 100644 --- a/dlls/rpcrt4/Makefile.in +++ b/dlls/rpcrt4/Makefile.in @@ -4,7 +4,7 @@ IMPORTLIB = rpcrt4 IMPORTS = uuid advapi32 DELAYIMPORTS = iphlpapi wininet secur32 user32 ws2_32 ole32 oleaut32 -ndr_types_EXTRAIDLFLAGS = -Oicf +EXTRAIDLFLAGS = -Oicf SOURCES = \ cproxy.c \
participants (1)
-
Alexandre Julliard