Changeset 3232 in vbox
- Timestamp:
- Jun 22, 2007 11:38:11 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22210
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h
r2981 r3232 325 325 AssertMsg (!type.isNull(), ("vmGuestOSType() must return non-null type")); 326 326 cmachine.SetOSTypeId (type.GetId()); 327 328 if (type.GetId() == "os2warp3" || 329 type.GetId() == "os2warp4" || 330 type.GetId() == "os2warp45") 331 cmachine.SetHWVirtExEnabled (CEnums::True); 327 332 328 333 /* RAM size */
Note:
See TracChangeset
for help on using the changeset viewer.