Skip to content

Commit e400d71

Browse files
committed
Code comment
1 parent 1375dd0 commit e400d71

File tree

1 file changed

+1
-0
lines changed
  • src/VirtualDesktop/Interop

1 file changed

+1
-0
lines changed

src/VirtualDesktop/Interop/IID.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public static Dictionary<string, Guid> GetIIDs(string[] interfaceNames)
3939
.OrderByDescending(s => s.osBuild)
4040
.ToArray();
4141

42+
// TODO: Select per major version first?
4243
// Find first prop with build version <= current OS version
4344
var selectedSettings = orderedProps.FirstOrDefault(p =>
4445
p.osBuild <= OS.Build

0 commit comments

Comments
 (0)