File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
trunk/stdlib/public/Windows Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 3ec4b4e0f9ee04ea597afa0e46565c3ba91ba3d4
2
+ refs/heads/master: 43fd0c50a53ce6a59923c6ee691743407ae5bea7
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -46,3 +46,7 @@ public let WS_OVERLAPPEDWINDOW: UINT =
46
46
UINT ( WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX)
47
47
public let WS_POPUPWINDOW : UINT =
48
48
UINT ( Int32 ( WS_POPUP) | WS_BORDER | WS_SYSMENU)
49
+
50
+ // fileapi.h
51
+ public let INVALID_FILE_ATTRIBUTES : DWORD = DWORD ( bitPattern: - 1 )
52
+
You can’t perform that action at this time.
0 commit comments