mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[KMTESTS:SE]
- Remove broken prototypes svn path=/trunk/; revision=59546
This commit is contained in:
parent
517239e69e
commit
95ba3e574b
1 changed files with 0 additions and 15 deletions
|
@ -13,21 +13,6 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
//------------------------------------------------------------------------------//
|
||||
// Functions required forWorking with ACCESS_STATE structure //
|
||||
//------------------------------------------------------------------------------//
|
||||
|
||||
NTKERNELAPI NTSTATUS NTAPI SeCreateAccessState(
|
||||
PACCESS_STATE AccessState,
|
||||
PVOID AuxData,
|
||||
ACCESS_MASK DesiredAccess,
|
||||
PGENERIC_MAPPING Mapping
|
||||
);
|
||||
|
||||
NTKERNELAPI VOID NTAPI SeDeleteAccessState(
|
||||
PACCESS_STATE AccessState
|
||||
);
|
||||
|
||||
//------------------------------------------------------------------------------//
|
||||
// Testing Functions //
|
||||
//------------------------------------------------------------------------------//
|
||||
|
|
Loading…
Reference in a new issue