Open enpinion opened 6 years ago
GetLogicalProcessorInformationEx() has been introduced as of Windows 7. Therefore, set _WIN32_WINNT macro to 0x0601 is required before including Windows.h and also compiler portability.
GetLogicalProcessorInformationEx()
_WIN32_WINNT
0x0601
Windows.h
GetLogicalProcessorInformationEx()
has been introduced as of Windows 7. Therefore, set_WIN32_WINNT
macro to0x0601
is required before includingWindows.h
and also compiler portability.