mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[0.4.10][RPCRT4] Add I_RpcSNCHOption() as 'stub' CORE-12534, and fix 'Routeines' typos (#2481)
fixes BSOD 0xc0000139 STATUS_ENTRYPOINT_NOT_FOUND upon boot when replacing just the file advapi32.dll with 2k3SP2 version 5.2.3790.3959 We can not reach the desktop yet, but at least the GUI, and we do no longer BSOD and can instead properly ACPI-shutdown at this point. picked from 0.4.15-dev-71-g0b530fe496
---------- also pick unrelated 0.4.14-dev-1260-g6e79e60883
[RPCRT4] Fix 'Routeines' typos (#2481) which contrary to its commits comment in master is very little only 'related' to CORE15682 but it importsc73352047d
and is a very safe fix, so I picked that as well.
This commit is contained in:
parent
49e86f6974
commit
51b4d6fa79
1 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@
|
|||
# I_RpcRecordCalloutFailure
|
||||
# I_RpcReplyToClientWithStatus
|
||||
73 stub I_RpcRequestMutex
|
||||
# I_RpcSNCHOption
|
||||
74 stub I_RpcSNCHOption
|
||||
75 stdcall I_RpcSend(ptr)
|
||||
76 stdcall I_RpcSendReceive(ptr)
|
||||
77 stub I_RpcServerAllocateIpPort
|
||||
|
@ -511,9 +511,9 @@
|
|||
511 stub long_from_ndr
|
||||
512 stub long_from_ndr_temp
|
||||
513 stub pfnFreeRoutines
|
||||
514 stub pfnMarshallRouteines
|
||||
514 stub pfnMarshallRoutines
|
||||
515 stub pfnSizeRoutines
|
||||
516 stub pfnUnmarshallRouteines
|
||||
516 stub pfnUnmarshallRoutines
|
||||
517 stub short_array_from_ndr
|
||||
518 stub short_from_ndr
|
||||
519 stub short_from_ndr_temp
|
||||
|
|
Loading…
Reference in a new issue