Changeset 32246 in vbox for trunk/src/VBox
- Timestamp:
- Sep 6, 2010 11:47:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest2.cpp
r32187 r32246 28 28 #endif 29 29 30 /** @todo Remove and merge this file with VBoxGuest.cpp when the Windows driver 31 * also will be built from the common sources. */ 30 32 31 33 /** … … 120 122 rc = VbglGRPerform(&pReq2->header); 121 123 Log(("VBoxGuestReportDriverStatus: VbglGRPerform VMMDevReportGuestStatus completed with fActive=%d, rc=%Rrc\n", 122 rc, fActive ? 1 : 0));124 fActive ? 1 : 0, rc)); 123 125 if (rc == VERR_NOT_IMPLEMENTED) /* Compatibility with older hosts. */ 124 126 rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.