Skip to content

Commit

Permalink
Merge pull request swiftlang#22581 from compnerd/sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-ci committed Feb 13, 2019
2 parents a19e09f + cde0c32 commit e83974d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stdlib/public/Windows/WinSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ public let INVALID_HANDLE_VALUE: HANDLE = HANDLE(bitPattern: -1)!
public let FOF_NO_UI: FILEOP_FLAGS =
FILEOP_FLAGS(FOF_SILENT | FOF_NOCONFIRMATION | FOF_NOERRORUI | FOF_NOCONFIRMMKDIR)

// WinSock2.h
public let INVALID_SOCKET: SOCKET = SOCKET(bitPattern: -1)
public let FIONBIO: Int32 = 0x4667e

0 comments on commit e83974d

Please sign in to comment.