File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,18 @@ public let DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2: DPI_AWARENESS_CONTEXT =
90
90
public let DPI_AWARENESS_CONTEXT_UNAWARE_GDISCALED : DPI_AWARENESS_CONTEXT =
91
91
DPI_AWARENESS_CONTEXT ( bitPattern: - 5 ) !
92
92
93
+ // winreg.h
94
+ public let HKEY_CLASSES_ROOT : HKEY = HKEY ( bitPattern: 0x80000000 ) !
95
+ public let HKEY_CURRENT_USER : HKEY = HKEY ( bitPattern: 0x80000001 ) !
96
+ public let HKEY_LOCAL_MACHINE : HKEY = HKEY ( bitPattern: 0x80000002 ) !
97
+ public let HKEY_USERS : HKEY = HKEY ( bitPattern: 0x80000003 ) !
98
+ public let HKEY_PERFORMANCE_DATA : HKEY = HKEY ( bitPattern: 0x80000004 ) !
99
+ public let HKEY_PERFORMANCE_TEXT : HKEY = HKEY ( bitPattern: 0x80000050 ) !
100
+ public let HKEY_PERFORMANCE_NLSTEXT : HKEY = HKEY ( bitPattern: 0x80000060 ) !
101
+ public let HKEY_CURRENT_CONFIG : HKEY = HKEY ( bitPattern: 0x80000005 ) !
102
+ public let HKEY_DYN_DATA : HKEY = HKEY ( bitPattern: 0x80000006 ) !
103
+ public let HKEY_CURRENT_USER_LOCAL_SETTINGS : HKEY = HKEY ( bitPattern: 0x80000007 ) !
104
+
93
105
// Swift Convenience
94
106
public extension FILETIME {
95
107
var time_t : time_t {
You can’t perform that action at this time.
0 commit comments