Skip to content

Commit feeaeaa

Browse files
committed
---
yaml --- r: 347131 b: refs/heads/master c: 43fd0c5 h: refs/heads/master i: 347129: 88a1a86 347127: 2b55d6a
1 parent c138850 commit feeaeaa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 3ec4b4e0f9ee04ea597afa0e46565c3ba91ba3d4
2+
refs/heads/master: 43fd0c50a53ce6a59923c6ee691743407ae5bea7
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/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)