Mercurial > libanimone
diff src/fd/win32.cc @ 12:52927e5118f9
dep/animone: header cleanup
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 08 May 2024 16:43:32 -0400 |
parents | aa55bcfb5b79 |
children | 27b988a1048c |
line wrap: on
line diff
--- a/src/fd/win32.cc Wed May 08 16:20:37 2024 -0400 +++ b/src/fd/win32.cc Wed May 08 16:43:32 2024 -0400 @@ -30,8 +30,6 @@ /* SystemExtendedHandleInformation is only available in NT 5.1+ (XP and higher) and provides information for * 32-bit PIDs, unlike SystemHandleInformation - * - * TODO: implement SystemHandleInformation for systems older than XP */ static constexpr SYSTEM_INFORMATION_CLASS SystemExtendedHandleInformation = static_cast<SYSTEM_INFORMATION_CLASS>(0x40); static constexpr NTSTATUS STATUS_INFO_LENGTH_MISMATCH = 0xC0000004UL;