Changeset 32323 in vbox for trunk/include/VBox
- Timestamp:
- Sep 8, 2010 3:24:42 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65665
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r28800 r32323 151 151 ( ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method)) 152 152 # define VBOXGUEST_IOCTL_CODE_(Function, Size) IOCTL_CODE(FILE_DEVICE_UNKNOWN, 2048 + (Function), METHOD_BUFFERED, FILE_WRITE_ACCESS, 0) 153 # define VBOXGUEST_IOCTL_STRIP_SIZE _(Code)(Code)153 # define VBOXGUEST_IOCTL_STRIP_SIZE(Code) (Code) 154 154 155 155 #elif defined(RT_OS_OS2)
Note:
See TracChangeset
for help on using the changeset viewer.