From 31e00140d3dc90be67772c217a193b0c2deb5ceb Mon Sep 17 00:00:00 2001 From: Oleg Dubinskiy Date: Sat, 2 May 2020 11:32:14 +0300 Subject: [PATCH] [RPCRT4] Export NdrCreateServerInterfaceFromStub as `stub` Required by MS ole32.dll CORE-15395, CORE-17004. --- dll/win32/rpcrt4/rpcrt4.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/win32/rpcrt4/rpcrt4.spec b/dll/win32/rpcrt4/rpcrt4.spec index 2fb389aaf41..68d319fbc20 100644 --- a/dll/win32/rpcrt4/rpcrt4.spec +++ b/dll/win32/rpcrt4/rpcrt4.spec @@ -179,7 +179,7 @@ 179 stdcall NdrCorrelationFree(ptr) 180 stdcall NdrCorrelationInitialize(ptr ptr long long) 181 stdcall NdrCorrelationPass(ptr) -# NdrCreateServerInterfaceFromStub +182 stub NdrCreateServerInterfaceFromStub 183 stub NdrDcomAsyncClientCall 184 stub NdrDcomAsyncStubCall 185 stdcall NdrDllCanUnloadNow(ptr)