[PATCH] rpcrt4: Fix RpcNetworkIsProtseqValid[AW] spec file entries

André Hentschel nerv at dawncrow.de
Sun Dec 15 10:29:45 CST 2019


Signed-off-by: André Hentschel <nerv at dawncrow.de>
---
 dlls/rpcrt4/rpcrt4.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/rpcrt4/rpcrt4.spec b/dlls/rpcrt4/rpcrt4.spec
index 6d7d0fbf7ac..5d558bff753 100644
--- a/dlls/rpcrt4/rpcrt4.spec
+++ b/dlls/rpcrt4/rpcrt4.spec
@@ -413,8 +413,8 @@
 @ stdcall RpcMgmtWaitServerListen()
 @ stdcall RpcNetworkInqProtseqsA(ptr)
 @ stdcall RpcNetworkInqProtseqsW(ptr)
-@ stdcall RpcNetworkIsProtseqValidA(ptr)
-@ stdcall RpcNetworkIsProtseqValidW(ptr)
+@ stdcall RpcNetworkIsProtseqValidA(str)
+@ stdcall RpcNetworkIsProtseqValidW(wstr)
 @ stub RpcNsBindingInqEntryNameA
 @ stub RpcNsBindingInqEntryNameW
 @ stub RpcObjectInqType
-- 
2.17.1




More information about the wine-devel mailing list