Changeset 42466 in vbox
- Timestamp:
- Jul 31, 2012 6:36:33 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/VBox/VBoxGuestLib.h (modified) (1 diff)
-
src/VBox/Additions/common/VBoxGuestLib/Init.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r42261 r42466 112 112 */ 113 113 DECLVBGL(int) VbglInit (void); 114 115 /**116 * Check whether the main VBoxGuest driver is loaded. (The load order of guest117 * drivers is not guaranteed on all platforms.)118 */119 DECLVBGL(bool) VbglIsReady(void);120 114 121 115 # endif -
trunk/src/VBox/Additions/common/VBoxGuestLib/Init.cpp
r42465 r42466 273 273 } 274 274 275 DECLVBGL(bool) VbglIsReady(void)276 {277 return(g_vbgldata.status == VbglStatusReady);278 }279 280 275 DECLVBGL(void) VbglTerminate (void) 281 276 {
Note:
See TracChangeset
for help on using the changeset viewer.

