#ifndef _NTLDR_H #if (PHNT_MODE != PHNT_MODE_KERNEL) // Flags for LdrLoadAlternateResourceModuleEx #define LDR_LOAD_ALT_RESOURCE_MUN_MODE 0x01000000u // Use .mun files instead of .mui files #endif #endif View code on GitHub
No description available.