Changeset 49512 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 15, 2013 4:42:02 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r49495 r49512 117 117 118 118 #include <string> 119 /* XXX: We don't need class declared in NetworkServiceRunner, this file included because of 119 /* XXX: We don't need class declared in NetworkServiceRunner, this file included because of 120 120 * mcrodefintions TRUNKTYPE_* 121 121 */ … … 1055 1055 1056 1056 /** @todo Not exactly pretty to check strings; VBOXOSTYPE would be better, but that requires quite a bit of API change in Main. */ 1057 if ( !fIsGuest64Bit 1058 && fIOAPIC 1057 if ( fIOAPIC 1059 1058 && ( osTypeId == "WindowsNT4" 1060 1059 || osTypeId == "Windows2000"
Note:
See TracChangeset
for help on using the changeset viewer.