Changeset 37249 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- May 30, 2011 10:03:45 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71971
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r30360 r37249 766 766 } 767 767 768 int VBOXCALL supdrvOSLdrLoad(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, const uint8_t *pbImageBits )769 { 770 NOREF(pDevExt); NOREF(p Image); NOREF(pbImageBits);768 int VBOXCALL supdrvOSLdrLoad(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, const uint8_t *pbImageBits, PSUPLDRLOAD pReq) 769 { 770 NOREF(pDevExt); NOREF(pReq); 771 771 if (pImage->pvNtSectionObj) 772 772 {
Note:
See TracChangeset
for help on using the changeset viewer.