nt: dynamically import RtlNtStatusToDosError
This commit is contained in:
parent
6a92d5e905
commit
e06d6555f6
1
src/nt.h
1
src/nt.h
@ -32,6 +32,7 @@ typedef VOID(NTAPI* PIO_APC_ROUTINE)(PVOID ApcContext,
|
||||
ULONG InputBufferLength, \
|
||||
PVOID OutputBuffer, \
|
||||
ULONG OutputBufferLength)) \
|
||||
X(ULONG, WINAPI, RtlNtStatusToDosError, (NTSTATUS Status))
|
||||
|
||||
#define X(return_type, declarators, name, parameters) \
|
||||
extern return_type(declarators* name) parameters;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user