Changeset 25484 in vbox for trunk/src/VBox/HostDrivers/Support/os2
- Timestamp:
- Dec 18, 2009 2:04:56 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56153
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp
r25465 r25484 102 102 * Initialize the device extension. 103 103 */ 104 rc = supdrvInitDevExt(&g_DevExt );104 rc = supdrvInitDevExt(&g_DevExt, sizeof(SUPDRVSESSION)); 105 105 if (RT_SUCCESS(rc)) 106 106 {
Note:
See TracChangeset
for help on using the changeset viewer.