We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5561698 + 0e7ff65 commit ec035aaCopy full SHA for ec035aa
stdlib/public/Windows/WinSDK.swift
@@ -42,6 +42,7 @@ public let INVALID_SOCKET: SOCKET = SOCKET(bitPattern: -1)
42
public let FIONBIO: Int32 = 0x4667e
43
44
// WinUser.h
45
+public let CW_USEDEFAULT: Int32 = Int32(truncatingIfNeeded: 2147483648)
46
public let WS_OVERLAPPEDWINDOW: UINT =
47
UINT(WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX)
48
public let WS_POPUPWINDOW: UINT =
0 commit comments