Changeset 13862 in vbox for trunk/src/VBox/HostDrivers/Support/os2
- Timestamp:
- Nov 5, 2008 1:54:02 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 38859
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp
r13837 r13862 258 258 * Dispatch the fast IOCtl. 259 259 */ 260 supdrvIOCtlFast(iFunction, &g_DevExt, pSession);260 supdrvIOCtlFast(iFunction, 0, &g_DevExt, pSession); 261 261 return 0; 262 262 }
Note:
See TracChangeset
for help on using the changeset viewer.