Skip to content

Commit

Permalink
net: make net.fionbio and net.msg_nosignal constants public in net_wi…
Browse files Browse the repository at this point in the history
…ndows.c.v (#20183)
  • Loading branch information
GGRei committed Dec 15, 2023
1 parent 715a0a6 commit 0a029d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vlib/net/net_windows.c.v
Expand Up @@ -748,8 +748,8 @@ pub const error_einprogress = WsaError.wsaeinprogress
#include <ws2tcpip.h>

// Constants that windows needs
const fionbio = C.FIONBIO
const msg_nosignal = 0
pub const fionbio = C.FIONBIO
pub const msg_nosignal = 0
const wsa_v22 = 0x202

// Error code returns the last socket error
Expand Down

0 comments on commit 0a029d4

Please sign in to comment.