File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/master-rebranch/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 @@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
1457
1457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
1458
1458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
1459
1459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460
- refs/heads/master-rebranch: d4c2ddb7a37bb68284d3abfbdfe5c0f6e85e70a5
1460
+ refs/heads/master-rebranch: 95639e089d78ce95c188741bc6b66b440760cd85
Original file line number Diff line number Diff line change @@ -45,4 +45,4 @@ public let FIONBIO: Int32 = 0x4667e
45
45
public let WS_OVERLAPPEDWINDOW : UINT =
46
46
UINT ( WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX)
47
47
public let WS_POPUPWINDOW : UINT =
48
- UINT ( WS_POPUP | WS_BORDER | WS_SYSMENU)
48
+ UINT ( Int32 ( WS_POPUP) | WS_BORDER | WS_SYSMENU)
You can’t perform that action at this time.
0 commit comments