Changeset 32433 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Sep 12, 2010 11:11:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest2.h
r31661 r32433 19 19 #define ___VBoxGuest2_h 20 20 21 #include <VBox/ostypes> 22 23 RT_C_DECLS_BEGIN 24 21 25 int VBoxGuestReportGuestInfo(VBOXOSTYPE enmOSType); 22 26 int VBoxGuestReportDriverStatus(bool fActive); 23 27 28 RT_C_DECLS_END 29 24 30 #endif 25 31
Note:
See TracChangeset
for help on using the changeset viewer.