| ... | @@ -3,11 +3,10 @@ const builtin = @import("builtin"); | ... | @@ -3,11 +3,10 @@ const builtin = @import("builtin"); |
| 3 | const assert = std.debug.assert; | 3 | const assert = std.debug.assert; |
| 4 | const mem = std.mem; | 4 | const mem = std.mem; |
| 5 | const Target = std.Target; | 5 | const Target = std.Target; |
| 6 | | 6 | const WindowsVersion = std.Target.Os.WindowsVersion; |
| 7 | pub const WindowsVersion = std.Target.Os.WindowsVersion; | 7 | const PF = std.os.windows.PF; |
| 8 | pub const PF = std.os.windows.PF; | 8 | const REG = std.os.windows.REG; |
| 9 | pub const REG = std.os.windows.REG; | 9 | const IsProcessorFeaturePresent = std.os.windows.IsProcessorFeaturePresent; |
| 10 | pub const IsProcessorFeaturePresent = std.os.windows.IsProcessorFeaturePresent; | | |
| 11 | | 10 | |
| 12 | /// Returns the highest known WindowsVersion deduced from reported runtime information. | 11 | /// Returns the highest known WindowsVersion deduced from reported runtime information. |
| 13 | /// Discards information about in-between versions we don't differentiate. | 12 | /// Discards information about in-between versions we don't differentiate. |