Skip to content

Commit

Permalink
fix: Windows DCB flags default
Browse files Browse the repository at this point in the history
  • Loading branch information
mochalins committed Sep 15, 2024
1 parent 49bcffb commit 6158fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/windows.zig
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ const DCB = extern struct {
InX: bool = false,
ErrorChar: bool = false,
Null: bool = false,
RtsControl: bool = 0,
RtsControl: bool = false,
_unused: u1 = 0,
AbortOnError: bool = false,
_: u17 = 0,
Expand Down

0 comments on commit 6158fb9

Please sign in to comment.