CPU_STACK_ALIGNMENT

The stack alignment required for x64

version(X86)
extern (C)
enum CPU_STACK_ALIGNMENT = 4;

Meta