VirtualBox

Changeset 10264 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Jul 5, 2008 12:38:39 AM (17 years ago)
Author:
vboxsync
Message:

bad constant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvIDC.h

    r10258 r10264  
    4545# define SUP_IDC_CODE(Function)                 CTL_CODE(FILE_DEVICE_UNKNOWN, (Function) + 2542, METHOD_BUFFERED, FILE_WRITE_ACCESS)
    4646#else
    47 # define SUP_IDC_CODE(Function)                 ( UINT32_C(0xc0ffee) | (uint32_t)(0x000000ff & (Function)) )
     47# define SUP_IDC_CODE(Function)                 ( UINT32_C(0xc0ffee00) | (uint32_t)(0x000000ff & (Function)) )
    4848#endif
    4949
Note: See TracChangeset for help on using the changeset viewer.

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