VirtualBox

Changeset 32323 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Sep 8, 2010 3:24:42 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65665
Message:

Guest Additions/common: Build fix for Windows guest drivers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuest.h

    r28800 r32323  
    151151  ( ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
    152152# 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)
    154154
    155155#elif defined(RT_OS_OS2)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette