File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
branches/tensorflow-next/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 @@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
1461
1461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
1462
1462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
1463
1463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464
- refs/heads/tensorflow-next: 3ec4b4e0f9ee04ea597afa0e46565c3ba91ba3d4
1464
+ refs/heads/tensorflow-next: 43fd0c50a53ce6a59923c6ee691743407ae5bea7
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