VirtualBox

Ignore:
Timestamp:
Dec 9, 2009 4:37:00 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55820
Message:

SUPDrv: Major IOC version change - preparing to use the native ring-0 loader on windwos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp

    r25263 r25278  
    594594}
    595595
    596 #ifdef VBOX_WITH_NATIVE_R0_LOADER
    597596
    598597#define MY_SystemLoadGdiDriverInformation               26
     
    614613int  VBOXCALL   supdrvOSLdrOpen(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, const char *pszFilename)
    615614{
     615#if 0
    616616    MYSYSTEMGDIDRIVERINFO Info;
    617617
     
    657657    pImage->pvNtSectionObj = NULL;
    658658    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
    659663}
    660664
     
    689693}
    690694
    691 #endif /* VBOX_WITH_NATIVE_R0_LOADER */
    692695
    693696/**
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette