File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ module WinSDK [system] [extern_c] {
23
23
export *
24
24
}
25
25
26
+ module console {
27
+ header "consoleapi.h"
28
+ export *
29
+ }
30
+
26
31
// api-ms-win-core-errhandling-l1-1-0.dll
27
32
module errhandling {
28
33
header "errhandlingapi.h"
Original file line number Diff line number Diff line change @@ -76,6 +76,9 @@ public let TOOLBARW_CLASSW: [WCHAR] = Array<WCHAR>("ToolbarWindow32".utf16)
76
76
public let TRACKBAR_CLASSW : [ WCHAR ] = Array < WCHAR > ( " msctls_trackbar32 " . utf16)
77
77
public let UPDOWN_CLASSW : [ WCHAR ] = Array < WCHAR > ( " msctls_updown32 " . utf16)
78
78
79
+ // consoleapi.h
80
+ public let PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE : DWORD_PTR = 0x00020016
81
+
79
82
// Swift Convenience
80
83
public extension FILETIME {
81
84
var time_t : time_t {
You can’t perform that action at this time.
0 commit comments