| author | |
| committer | |
| log | 8f4548dd69de3a1c1f5c14cdf6b2e7052ea5079f |
| tree | 64e3239e67b3312a4fb269000c677d0f4fbce0a1 |
| parent | 2f5af6c9721a125f3308b55f5a8059d62e5d2ec7 |
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 | 84 | ProcessTokenVirtualizationEnabled, |
| 85 | 85 | ProcessConsoleHostProcess, |
| 86 | 86 | ProcessWindowInformation, |
| 87 | MaxProcessInfoClass | |
| 87 | MaxProcessInfoClass, | |
| 88 | 88 | }; |
| 89 | 89 | |
| 90 | 90 | pub extern "ntdll" fn NtQueryInformationProcess( |