Changeset 19124 in vbox for trunk/src/VBox/Main/ConsoleImpl2.cpp
- Timestamp:
- Apr 22, 2009 9:57:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r19119 r19124 364 364 Bstr tmpStr1; 365 365 hrc = pMachine->GetExtraData(Bstr("VBoxInternal2/UseEFI"), tmpStr1.asOutParam()); H(); 366 BOOL fEfiEnabled = tmpStr1 == Bstr("on");366 BOOL fEfiEnabled = !tmpStr1.isEmpty(); 367 367 #else 368 368 BOOL fEfiEnabled = false;
Note:
See TracChangeset
for help on using the changeset viewer.