Alexandre Julliard : rpcrt4/tests: Use fully interpreted IDL stubs.
Module: wine Branch: master Commit: 54cb9a2ab20d0190af4f69dd456d0bdceda6021b URL: https://gitlab.winehq.org/wine/wine/-/commit/54cb9a2ab20d0190af4f69dd456d0bd... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Apr 25 14:17:26 2024 +0200 rpcrt4/tests: Use fully interpreted IDL stubs. --- dlls/rpcrt4/tests/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/rpcrt4/tests/Makefile.in b/dlls/rpcrt4/tests/Makefile.in index 0e888069783..a079ea0a19a 100644 --- a/dlls/rpcrt4/tests/Makefile.in +++ b/dlls/rpcrt4/tests/Makefile.in @@ -1,8 +1,8 @@ TESTDLL = rpcrt4.dll IMPORTS = oleaut32 ole32 rpcrt4 secur32 advapi32 -EXTRAIDLFLAGS = --prefix-server=s_ EXTRADEFS = -DPROXY_DELEGATION +EXTRAIDLFLAGS = -Oicf --prefix-server=s_ server_EXTRAIDLFLAGS = -Os --prefix-client=mixed_ server_interp_EXTRAIDLFLAGS = -Oicf --prefix-client=interp_
participants (1)
-
Alexandre Julliard