Changeset 13865 in vbox for trunk/src/VBox/HostDrivers/Support/os2
- Timestamp:
- Nov 5, 2008 2:14:11 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38863
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp
r13858 r13865 153 153 154 154 155 int suplibOsIOCtlFast(PSUPLIBDATA pThis, uintptr_t uFunction, u nsignedidCpu)155 int suplibOsIOCtlFast(PSUPLIBDATA pThis, uintptr_t uFunction, uintptr_t idCpu) 156 156 { 157 NOREF(idCpu); 157 158 int32_t rcRet = VERR_INTERNAL_ERROR; 158 159 int rc = DosDevIOCtl((HFILE)pThis->hDevice, SUP_CTL_CATEGORY_FAST, uFunction,
Note:
See TracChangeset
for help on using the changeset viewer.