#ifndef _NTRTL_H
#ifndef PHNT_INLINE_SEPERATOR_STRINGS
#define RtlNtdllName L"ntdll.dll"
View code on GitHub
#ifndef _NTRTL_H
#ifndef PHNT_INLINE_SEPERATOR_STRINGS
// ...
#else
// Data exports (ntdll.lib/ntdllp.lib)
NTSYSAPI PCWSTR RtlNtdllName;
View code on GitHub
No description available.