Skip to content

Commit fc03fd6

Browse files
committed
---
yaml --- r: 322278 b: refs/heads/tensorflow-next c: 43fd0c5 h: refs/heads/master
1 parent cd3ff5d commit fc03fd6

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
@@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
14611461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
14621462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
14631463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464-
refs/heads/tensorflow-next: 3ec4b4e0f9ee04ea597afa0e46565c3ba91ba3d4
1464+
refs/heads/tensorflow-next: 43fd0c50a53ce6a59923c6ee691743407ae5bea7

branches/tensorflow-next/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)