https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7a42954cb7a55d1bcda0776395c3f38c064e4d89
commit 7a42954cb7a55d1bcda0776395c3f38c064e4d89 Author: Eric Kohl <[email protected]> AuthorDate: Mon Feb 21 17:34:23 2022 +0100 Commit: Eric Kohl <[email protected]> CommitDate: Mon Feb 21 17:34:23 2022 +0100 [ADVAPI32] Remove buggy declaration of SystemFunction034 Addendum to f4982e54. --- dll/win32/advapi32/advapi32.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dll/win32/advapi32/advapi32.h b/dll/win32/advapi32/advapi32.h index cf3d195304f..777f19eda63 100644 --- a/dll/win32/advapi32/advapi32.h +++ b/dll/win32/advapi32/advapi32.h @@ -71,14 +71,6 @@ RPC_STATUS EvtUnbindLocalHandle(void); DWORD ScmRpcStatusToWinError(RPC_STATUS Status); -/* sysfunc.h */ -NTSTATUS -WINAPI -SystemFunction034( - _In_ RPC_BINDING_HANDLE BindingHandle, - INT b, - _Out_ LPBYTE SessionKey); - /* Interface to ntmarta.dll **************************************************/ typedef struct _NTMARTA
