#ifndef _NTWMI_H #define ALIGN_TO_POWER2( x, n ) (((ULONG)(x) + ((n)-1)) & ~((ULONG)(n)-1)) #endif View code on GitHub
No description available.