Changeset 19230 in vbox for trunk/src/VBox/Main/ConsoleImpl2.cpp
- Timestamp:
- Apr 28, 2009 9:52:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r19124 r19230 205 205 206 206 ULONG cCpus = 1; 207 #ifdef VBOX_WITH_SMP_GUESTS208 207 hrc = pMachine->COMGETTER(CPUCount)(&cCpus); H(); 209 #endif210 208 211 209 /*
Note:
See TracChangeset
for help on using the changeset viewer.