File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
trunk/stdlib/public/Windows Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: ab7faded9f6e03fb4eff4fb231df6155510f751c
2
+ refs/heads/master: 70f59f088b307b789fc1134e8bedaf2f97d679f1
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 @@ -24,6 +24,11 @@ public let INFINITE: DWORD = DWORD(bitPattern: -1)
24
24
// WinBase.h
25
25
public let WAIT_OBJECT_0 : DWORD = 0
26
26
27
+ // WinBase.h
28
+ public let STD_INPUT_HANDLE : DWORD = DWORD ( bitPattern: - 10 )
29
+ public let STD_OUTPUT_HANDLE : DWORD = DWORD ( bitPattern: - 11 )
30
+ public let STD_ERROR_HANDLE : DWORD = DWORD ( bitPattern: - 12 )
31
+
27
32
// minwindef.h
28
33
public let FALSE : BOOL = 0
29
34
You can’t perform that action at this time.
0 commit comments