Changeset 95728 in vbox
- Timestamp:
- Jul 19, 2022 1:11:47 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152429
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r95423 r95728 990 990 fOs2Guest = osTypeId.startsWith("OS2"); 991 991 fW9xGuest = osTypeId.startsWith("Windows9"); /* Does not include Windows Me. */ 992 fDosGuest = osTypeId.startsWith("DOS") ;992 fDosGuest = osTypeId.startsWith("DOS") || osTypeId.startsWith("Windows31"); 993 993 } 994 994
Note:
See TracChangeset
for help on using the changeset viewer.