VirtualBox

Changeset 64318 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 19, 2016 12:05:01 PM (8 years ago)
Author:
vboxsync
Message:

build fixes for Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvHostBase-win.cpp

    r64316 r64318  
    536536
    537537
     538DECLHIDDEN(int) drvHostBaseQueryMediaStatusOs(PDRVHOSTBASE pThis, bool *pfMediaChanged, bool *pfMediaPresent)
     539{
     540    RT_NOREF3(pThis, pfMediaChanged, pfMediaPresent); /* We don't support the polling method. */
     541    return VERR_NOT_SUPPORTED;
     542}
     543
     544
    538545DECLHIDDEN(bool) drvHostBaseIsMediaPollingRequiredOs(PDRVHOSTBASE pThis)
    539546{
Note: See TracChangeset for help on using the changeset viewer.

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