Changeset 58872 in vbox for trunk/src/VBox/HostDrivers/Support/os2
- Timestamp:
- Nov 26, 2015 2:17:48 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104358
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp
r57358 r58872 428 428 429 429 430 void VBOXCALL supdrvOSLdrNotifyOpened(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage)431 {432 NOREF(pDevExt); NOREF(pImage);433 }434 435 436 430 int VBOXCALL supdrvOSLdrValidatePointer(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, void *pv, const uint8_t *pbImageBits) 437 431 { … … 449 443 450 444 void VBOXCALL supdrvOSLdrUnload(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage) 445 { 446 NOREF(pDevExt); NOREF(pImage); 447 } 448 449 450 void VBOXCALL supdrvOSLdrNotifyOpened(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, const char *pszFilename) 451 { 452 NOREF(pDevExt); NOREF(pImage); NOREF(pszFilename); 453 } 454 455 456 void VBOXCALL supdrvOSLdrNotifyUnloaded(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage) 451 457 { 452 458 NOREF(pDevExt); NOREF(pImage);
Note:
See TracChangeset
for help on using the changeset viewer.