Fix warning C4229
This commit is contained in:
parent
e5183d6aff
commit
8f87486545
|
@ -402,7 +402,7 @@ duint GetThreadCount()
|
|||
{
|
||||
duint threadCount = std::thread::hardware_concurrency();
|
||||
|
||||
typedef BOOL(*WINAPI GetLogicalProcessorInformationEx_t)(
|
||||
typedef BOOL(WINAPI * GetLogicalProcessorInformationEx_t)(
|
||||
LOGICAL_PROCESSOR_RELATIONSHIP,
|
||||
PSYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX,
|
||||
PDWORD
|
||||
|
|
Loading…
Reference in New Issue