Changeset 6179 in vbox
- Timestamp:
- Dec 23, 2007 1:11:19 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26940
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r6167 r6179 1114 1114 # define VBOXGUEST_IOCTL_CLIPBOARD_CONNECT VBOXGUEST_IOCTL_CODE(19, sizeof(uint32_t)) 1115 1115 # define IOCTL_VBOXGUEST_CLIPBOARD_CONNECT VBOXGUEST_IOCTL_CLIPBOARD_CONNECT 1116 /* This was defined after the new IOCTL scheme was created, so we do not need1117 the compatibility macro. */1118 1116 # define VBOXGUEST_IOCTL_LOG(Size) VBOXGUEST_IOCTL_CODE(20, (Size)) 1119 1117 #else
Note:
See TracChangeset
for help on using the changeset viewer.