diff dep/animone/src/fd/win32.cc @ 285:65df2813d0de

dep/animone: header cleanup
author Paper <paper@paper.us.eu.org>
date Wed, 08 May 2024 16:43:32 -0400
parents 09c5bd74fe93
children b1f625b0227c
line wrap: on
line diff
--- a/dep/animone/src/fd/win32.cc	Wed May 08 16:21:05 2024 -0400
+++ b/dep/animone/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;