File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/stdlib/public/Windows Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: dc8e2b512c2ce5cc562ce64032ac57ead73f2588
2
+ refs/heads/master: c6ed82bcfa35c41c0bad37ab266a2dabfab29581
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public let FOF_NO_UI: FILEOP_FLAGS =
38
38
39
39
// WinSock2.h
40
40
public let INVALID_SOCKET : SOCKET = SOCKET ( bitPattern: - 1 )
41
- public let FIONBIO : Int32 = 0x4667e
41
+ public let FIONBIO : Int32 = Int32 ( bitPattern : 0x8004667e )
42
42
43
43
// WinUser.h
44
44
public let CW_USEDEFAULT : Int32 = Int32 ( truncatingIfNeeded: 2147483648 )
You can’t perform that action at this time.
0 commit comments