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