authorgravatar for egoist@egoistic.devxEgoist <egoist@egoistic.dev> 2023-03-23 06:17:05-05:00
committergravatar for egoist@egoistic.devxEgoist <egoist@egoistic.dev> 2023-03-23 15:20:03-05:00
log8f4548dd69de3a1c1f5c14cdf6b2e7052ea5079f
tree64e3239e67b3312a4fb269000c677d0f4fbce0a1
parent2f5af6c9721a125f3308b55f5a8059d62e5d2ec7

fmt: lib/std/os/windows/ntdll.zig


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/os/windows/ntdll.zig+1-1
...@@ -84,7 +84,7 @@ pub const PROCESSINFOCLASS = enum(c_int) {...@@ -84,7 +84,7 @@ pub const PROCESSINFOCLASS = enum(c_int) {
84 ProcessTokenVirtualizationEnabled,84 ProcessTokenVirtualizationEnabled,
85 ProcessConsoleHostProcess,85 ProcessConsoleHostProcess,
86 ProcessWindowInformation,86 ProcessWindowInformation,
87 MaxProcessInfoClass87 MaxProcessInfoClass,
88};88};
8989
90pub extern "ntdll" fn NtQueryInformationProcess(90pub extern "ntdll" fn NtQueryInformationProcess(