mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
std.process: fix typo
This commit is contained in:
parent
cfffb9c5e9
commit
767f041068
@ -37,7 +37,7 @@ pub fn getEnvMap(allocator: *Allocator) !BufMap {
|
||||
errdefer result.deinit();
|
||||
|
||||
if (builtin.os == .windows) {
|
||||
const ptr = windows.peb().ProcessParameters.Environment;
|
||||
const ptr = os.windows.peb().ProcessParameters.Environment;
|
||||
defer os.windows.FreeEnvironmentStringsW(ptr);
|
||||
|
||||
var i: usize = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user