Changeset 10591 in vbox for trunk/src/VBox
- Timestamp:
- Jul 14, 2008 11:17:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp
r10486 r10591 56 56 #if defined(RT_OS_WINDOWS) /** @todo more OSes could take this route (solaris and freebsd for instance). */ 57 57 /* 58 * Handle the entire request in one go .58 * Handle the entire request in one go (size ignored in IOCTL code). 59 59 */ 60 return vbglR3DoIOCtl(VBOXGUEST_IOCTL_LOG( cb), (char *)pch, cb);60 return vbglR3DoIOCtl(VBOXGUEST_IOCTL_LOG(0), (char *)pch, cb); 61 61 62 62 #else
Note:
See TracChangeset
for help on using the changeset viewer.