Skip to content

Commit

Permalink
Fix a minor typo that would lead to an extra _ being in the final enu…
Browse files Browse the repository at this point in the history
…m name
  • Loading branch information
gwillcox-r7 committed Nov 8, 2021
1 parent 3b29d15 commit 9da3fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/source/include/windows/definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ typedef enum _THREADINFOCLASS {
ThreadSelectedCpuSets = 0x27, // 10.0 and higher
ThreadSystemThreadInformation = 0x28, // 10.0 and higher
ThreadActualGroupAffinity = 0x29 // 10.0 and higher
} _THREADINFOCLASS;
} THREADINFOCLASS;

typedef NTSTATUS(__stdcall* fNtQuerySystemInformation)(
SYSTEM_INFORMATION_CLASS SystemInformationClass,
Expand Down

0 comments on commit 9da3fe7

Please sign in to comment.