Author: akhaldi Date: Sun Dec 18 20:04:19 2016 New Revision: 73467
URL: http://svn.reactos.org/svn/reactos?rev=73467&view=rev Log: [RPCRT4] Properly stub RpcMgmtInqServerPrincName{A,W}. Tested by Jared Smudde. CORE-12465
Modified: trunk/reactos/dll/win32/rpcrt4/rpcrt4.spec
Modified: trunk/reactos/dll/win32/rpcrt4/rpcrt4.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/rpcrt4/rpcrt4.spe... ============================================================================== --- trunk/reactos/dll/win32/rpcrt4/rpcrt4.spec [iso-8859-1] (original) +++ trunk/reactos/dll/win32/rpcrt4/rpcrt4.spec [iso-8859-1] Sun Dec 18 20:04:19 2016 @@ -392,8 +392,8 @@ 392 stub RpcMgmtInqComTimeout 393 stub RpcMgmtInqDefaultProtectLevel 394 stdcall RpcMgmtInqIfIds(ptr ptr) -395 stub RpcMgmtInqServerPrincNameA -396 stub RpcMgmtInqServerPrincNameW +395 stdcall -stub RpcMgmtInqServerPrincNameA(ptr long ptr) +396 stdcall -stub RpcMgmtInqServerPrincNameW(ptr long ptr) 397 stdcall RpcMgmtInqStats(ptr ptr) 398 stdcall RpcMgmtIsServerListening(ptr) 399 stdcall RpcMgmtSetAuthorizationFn(ptr)