Changeset 53525 in vbox for trunk/src/VBox
- Timestamp:
- Dec 12, 2014 3:32:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/init.cpp
r48935 r53525 641 641 } 642 642 643 644 RTR3DECL(bool) RTR3InitIsInitialized(void) 645 { 646 return g_cUsers >= 1 && !g_fInitializing; 647 } 648 649 643 650 RTR3DECL(bool) RTR3InitIsUnobtrusive(void) 644 651 { 645 652 return RT_BOOL(g_fInitFlags & RTR3INIT_FLAGS_UNOBTRUSIVE); 646 653 } 654 647 655 648 656 #if 0 /** @todo implement RTR3Term. */
Note:
See TracChangeset
for help on using the changeset viewer.