nt: dynamically import RtlNtStatusToDosError

This commit is contained in:
Bert Belder 2017-09-04 05:08:38 +02:00
parent 6a92d5e905
commit e06d6555f6

View File

@ -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;