mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-20 12:01:34 +00:00
Update to latest master
This commit is contained in:
@@ -132,7 +132,7 @@ const WindowsPty = struct {
|
||||
pub const Fd = windows.HANDLE;
|
||||
|
||||
// Process-wide counter for pipe names
|
||||
var pipe_name_counter = std.atomic.Atomic(u32).init(1);
|
||||
var pipe_name_counter = std.atomic.Value(u32).init(1);
|
||||
|
||||
out_pipe: windows.HANDLE,
|
||||
in_pipe: windows.HANDLE,
|
||||
|
||||
Reference in New Issue
Block a user