diff dep/animia/src/fd/win32.cc @ 182:c413e475f496

dep/animia: various stylistic changes
author Paper <mrpapersonic@gmail.com>
date Mon, 04 Dec 2023 13:19:54 -0500
parents e44b7c428d7c
children bc1ae1810855
line wrap: on
line diff
--- a/dep/animia/src/fd/win32.cc	Mon Dec 04 12:14:30 2023 -0500
+++ b/dep/animia/src/fd/win32.cc	Mon Dec 04 13:19:54 2023 -0500
@@ -32,8 +32,6 @@
  * 32-bit PIDs, unlike SystemHandleInformation
 */
 constexpr SYSTEM_INFORMATION_CLASS SystemExtendedHandleInformation = static_cast<SYSTEM_INFORMATION_CLASS>(0x40);
-
-/* more constants not in winternl.h */
 constexpr NTSTATUS STATUS_INFO_LENGTH_MISMATCH = 0xC0000004UL;
 
 /* this is filled in at runtime because it's not guaranteed to be (and isn't)