https://git.reactos.org/?p=reactos.git;a=commitdiff;h=31e00140d3dc90be67772…
commit 31e00140d3dc90be67772c217a193b0c2deb5ceb
Author: Oleg Dubinskiy <oleg.dubinskij2013(a)yandex.ua>
AuthorDate: Sat May 2 11:32:14 2020 +0300
Commit: Thomas Faber <thomas.faber(a)reactos.org>
CommitDate: Sun Jun 7 14:08:58 2020 +0200
[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)