Changeset 20261 in vbox
- Timestamp:
- Jun 4, 2009 10:17:28 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r20259 r20261 1945 1945 if (tmpCount > 1) 1946 1946 { 1947 rc = pNewMachine->COMSETTER(HWVirtExEnabled)(T RUE);1947 rc = pNewMachine->COMSETTER(HWVirtExEnabled)(TSBool_True); 1948 1948 if (FAILED(rc)) throw rc; 1949 1949
Note:
See TracChangeset
for help on using the changeset viewer.