mirror of https://github.com/jackc/pgx.git
fix build on 32-bit Windows
parent
0dbb0a52ab
commit
19039e6dd1
|
@ -24,7 +24,7 @@ var ioctlsocket = dll.MustFindProc("ioctlsocket")
|
|||
type sockMode int
|
||||
|
||||
const (
|
||||
FIONBIO int = 0x8004667e
|
||||
FIONBIO uint32 = 0x8004667e
|
||||
sockModeBlocking sockMode = 0
|
||||
sockModeNonBlocking sockMode = 1
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue