Changeset 44460 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jan 30, 2013 11:30:08 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/init.cpp
r44456 r44460 344 344 #endif 345 345 346 g_fUnobtrusive = fFlags & RTR3INIT_FLAGS_UNOBTRUSIVE;346 g_fUnobtrusive = !!(fFlags & RTR3INIT_FLAGS_UNOBTRUSIVE); 347 347 348 348 #if !defined(IN_GUEST) && !defined(RT_NO_GIP)
Note:
See TracChangeset
for help on using the changeset viewer.