Changeset 12241 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
- Timestamp:
- Sep 8, 2008 6:01:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r11820 r12241 1275 1275 default: 1276 1276 { 1277 Log(("VBoxGuestCommonIOCtl: Unkown request %#x\n", iFunction)); 1277 Log(("VBoxGuestCommonIOCtl: Unknown request iFunction=%#x Stripped size=%#x\n", iFunction, 1278 VBOXGUEST_IOCTL_STRIP_SIZE(iFunction))); 1278 1279 rc = VERR_NOT_SUPPORTED; 1279 1280 break;
Note:
See TracChangeset
for help on using the changeset viewer.