Skip to content

Commit 212822c

Browse files
committed
---
yaml --- r: 347706 b: refs/heads/master c: c6ed82b h: refs/heads/master
1 parent 1da4e84 commit 212822c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: dc8e2b512c2ce5cc562ce64032ac57ead73f2588
2+
refs/heads/master: c6ed82bcfa35c41c0bad37ab266a2dabfab29581
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/stdlib/public/Windows/WinSDK.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public let FOF_NO_UI: FILEOP_FLAGS =
3838

3939
// WinSock2.h
4040
public let INVALID_SOCKET: SOCKET = SOCKET(bitPattern: -1)
41-
public let FIONBIO: Int32 = 0x4667e
41+
public let FIONBIO: Int32 = Int32(bitPattern: 0x8004667e)
4242

4343
// WinUser.h
4444
public let CW_USEDEFAULT: Int32 = Int32(truncatingIfNeeded: 2147483648)

0 commit comments

Comments
 (0)