#ifndef _NTRTL_H #ifndef DECLSPEC_NOALIAS #if _MSC_VER < 1900 // ... #else #define DECLSPEC_NOALIAS __declspec(noalias) #endif #endif #endif View code on GitHub
No description available.