winnt.h里面的一种宏写法

#if defined(_WIN64)


#define MAXIMUM_PROCESSORS 64


#else


#define MAXIMUM_PROCESSORS 32


#endif

你可能感兴趣的:(winnt.h里面的一种宏写法)