Skip to content

Commit 9cc260f

Browse files
committed
---
yaml --- r: 318446 b: refs/heads/master-rebranch c: 95639e0 h: refs/heads/master
1 parent 81df529 commit 9cc260f

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
@@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
14571457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
14581458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
14591459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460-
refs/heads/master-rebranch: d4c2ddb7a37bb68284d3abfbdfe5c0f6e85e70a5
1460+
refs/heads/master-rebranch: 95639e089d78ce95c188741bc6b66b440760cd85

branches/master-rebranch/stdlib/public/Windows/WinSDK.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ public let FIONBIO: Int32 = 0x4667e
4545
public let WS_OVERLAPPEDWINDOW: UINT =
4646
UINT(WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX)
4747
public let WS_POPUPWINDOW: UINT =
48-
UINT(WS_POPUP | WS_BORDER | WS_SYSMENU)
48+
UINT(Int32(WS_POPUP) | WS_BORDER | WS_SYSMENU)

0 commit comments

Comments
 (0)