| author | |
| committer | |
| log | afdc41cfd61db23f545d9239b61695e2ae991713 |
| tree | 75fb7a2a91977f415947e341c052db72ecb269a8 |
| parent | b5cef9e8b48e81fb1f3b56cb752bac95e6a2d44b |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/os/windows/ws2_32.zig+2| ... | @@ -850,6 +850,8 @@ pub const POLL = struct { | ... | @@ -850,6 +850,8 @@ pub const POLL = struct { |
| 850 | pub const ERR = 1; | 850 | pub const ERR = 1; |
| 851 | pub const HUP = 2; | 851 | pub const HUP = 2; |
| 852 | pub const NVAL = 4; | 852 | pub const NVAL = 4; |
| 853 | pub const IN = RDNORM | RDBAND; | ||
| 854 | pub const OUT = WRNORM; | ||
| 853 | }; | 855 | }; |
| 854 | 856 | ||
| 855 | pub const TF_DISCONNECT = 1; | 857 | pub const TF_DISCONNECT = 1; |