#ifndef _NTRTL_H
#if defined(_AMD64_) || defined(_ARM64_) || defined(_ARM64EC_)
#define CONTEXT_ALIGN 0x10
View code on GitHub
#ifndef _NTRTL_H
#if defined(_AMD64_) || defined(_ARM64_) || defined(_ARM64EC_)
// ...
#else
#define CONTEXT_ALIGN 0x8
View code on GitHub
No description available.