We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1375dd0 commit e400d71Copy full SHA for e400d71
src/VirtualDesktop/Interop/IID.cs
@@ -39,6 +39,7 @@ public static Dictionary<string, Guid> GetIIDs(string[] interfaceNames)
39
.OrderByDescending(s => s.osBuild)
40
.ToArray();
41
42
+ // TODO: Select per major version first?
43
// Find first prop with build version <= current OS version
44
var selectedSettings = orderedProps.FirstOrDefault(p =>
45
p.osBuild <= OS.Build
0 commit comments