Changeset 25278 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Dec 9, 2009 4:37:00 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55820
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r25263 r25278 594 594 } 595 595 596 #ifdef VBOX_WITH_NATIVE_R0_LOADER597 596 598 597 #define MY_SystemLoadGdiDriverInformation 26 … … 614 613 int VBOXCALL supdrvOSLdrOpen(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, const char *pszFilename) 615 614 { 615 #if 0 616 616 MYSYSTEMGDIDRIVERINFO Info; 617 617 … … 657 657 pImage->pvNtSectionObj = NULL; 658 658 return VERR_INTERNAL_ERROR_5; /** @todo convert status, making sure it isn't NOT_SUPPORTED. */ 659 #else 660 NOREF(pDevExt); NOREF(pszFilename); NOREF(pImage); 661 return VERR_NOT_SUPPORTED; 662 #endif 659 663 } 660 664 … … 689 693 } 690 694 691 #endif /* VBOX_WITH_NATIVE_R0_LOADER */692 695 693 696 /**
Note:
See TracChangeset
for help on using the changeset viewer.