Changeset 10264 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jul 5, 2008 12:38:39 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvIDC.h
r10258 r10264 45 45 # define SUP_IDC_CODE(Function) CTL_CODE(FILE_DEVICE_UNKNOWN, (Function) + 2542, METHOD_BUFFERED, FILE_WRITE_ACCESS) 46 46 #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)) ) 48 48 #endif 49 49
Note:
See TracChangeset
for help on using the changeset viewer.