VirtualBox

Changeset 8254 in vbox for trunk/include


Ignore:
Timestamp:
Apr 21, 2008 8:22:00 PM (17 years ago)
Author:
vboxsync
Message:

attempt to fix win builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/usblib-win.h

    r8155 r8254  
    144144typedef struct
    145145{
    146     USHORT          usVendorId;
    147     USHORT          usProductId;
    148     USHORT          usRevision;
     146    uint16_t        usVendorId;
     147    uint16_t        usProductId;
     148    uint16_t        usRevision;
    149149} USBSUP_CAPTURE, *PUSBSUP_CAPTURE;
    150150
     
    302302 * @param usRevision        Revision
    303303 */
    304 VBOXDDU_DECL(int) usbLibCaptureDevice(USHORT usVendorId, USHORT usProductId, USHORT usRevision);
     304VBOXDDU_DECL(int) usbLibCaptureDevice(uint16_t usVendorId, uint16_t usProductId, uint16_t usRevision);
    305305
    306306/**
     
    312312 * @param usRevision        Revision
    313313 */
    314 VBOXDDU_DECL(int) usbLibReleaseDevice(USHORT usVendorId, USHORT usProductId, USHORT usRevision);
     314VBOXDDU_DECL(int) usbLibReleaseDevice(uint16_t usVendorId, uint16_t usProductId, uint16_t usRevision);
    315315
    316316
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