Changeset 35911 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 9, 2011 12:15:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/VirtualBoxBase.cpp
r35368 r35911 794 794 bool MultiResult::isMultiEnabled() 795 795 { 796 if (sCounter == NIL_RTTLS) 797 return false; 798 796 799 return ((uintptr_t)RTTlsGet(MultiResult::sCounter)) > 0; 797 800 }
Note:
See TracChangeset
for help on using the changeset viewer.