Changeset 26131 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 1, 2010 3:08:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r26124 r26131 1376 1376 } 1377 1377 else 1378 LogRel(("VBoxGuestCommonIOCtl: HGCM_CALL: %s Failed. rc=%Rrc.\n", f32 Bit ? "32" : "64", rc));1378 LogRel(("VBoxGuestCommonIOCtl: HGCM_CALL: %s Failed. rc=%Rrc.\n", f32bit ? "32" : "64", rc)); 1379 1379 return rc; 1380 1380 }
Note:
See TracChangeset
for help on using the changeset viewer.