Skip to content

Commit ec035aa

Browse files
authored
Merge pull request swiftlang#23206 from compnerd/overlay-the-ugliness
2 parents 5561698 + 0e7ff65 commit ec035aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Windows/WinSDK.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public let INVALID_SOCKET: SOCKET = SOCKET(bitPattern: -1)
4242
public let FIONBIO: Int32 = 0x4667e
4343

4444
// WinUser.h
45+
public let CW_USEDEFAULT: Int32 = Int32(truncatingIfNeeded: 2147483648)
4546
public let WS_OVERLAPPEDWINDOW: UINT =
4647
UINT(WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX)
4748
public let WS_POPUPWINDOW: UINT =

0 commit comments

Comments
 (0)