Changeset 25484 in vbox for trunk/src/VBox/HostDrivers/Support/win
- 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/win/SUPDrv-win.cpp
r25465 r25484 134 134 memset(pDevExt, 0, sizeof(*pDevExt)); 135 135 136 vrc = supdrvInitDevExt(pDevExt );136 vrc = supdrvInitDevExt(pDevExt, sizeof(SUPDRVSESSION)); 137 137 if (!vrc) 138 138 {
Note:
See TracChangeset
for help on using the changeset viewer.