Skip to content

Commit 43fd0c5

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-next
2 parents 3ec4b4e + 68cb52a commit 43fd0c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stdlib/public/Windows/WinSDK.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ 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 =
4848
UINT(Int32(WS_POPUP) | WS_BORDER | WS_SYSMENU)
49+
50+
// fileapi.h
51+
public let INVALID_FILE_ATTRIBUTES: DWORD = DWORD(bitPattern: -1)
52+

0 commit comments

Comments
 (0)