VirtualBox

Changeset 50233 in vbox for trunk/src/VBox/Devices/USB


Ignore:
Timestamp:
Jan 24, 2014 9:54:12 PM (11 years ago)
Author:
vboxsync
Message:

Windows build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/win/USBProxyDevice-win.cpp

    r50228 r50233  
    293293}
    294294
    295 static DECLCALLBACK(int) usbProxyWinClaimInterface(PUSBPROXYDEV p, int ifnum)
     295static DECLCALLBACK(int) usbProxyWinClaimInterface(PUSBPROXYDEV pProxyDev, int ifnum)
    296296{
    297297    /* Called just before we use an interface. Needed on Linux to claim
     
    308308}
    309309
    310 static DECLCALLBACK(int) usbProxyWinReleaseInterface(PUSBPROXYDEV p, int ifnum)
     310static DECLCALLBACK(int) usbProxyWinReleaseInterface(PUSBPROXYDEV pProxyDev, int ifnum)
    311311{
    312312    /* The opposite of claim_interface. */
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