VirtualBox

Changeset 59351 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jan 14, 2016 3:53:42 PM (9 years ago)
Author:
vboxsync
Message:

DevIchAc97.cpp + DevSB16.cpp: DECLCALLBACK for PFNPDMDEVDETACH.

Location:
trunk/src/VBox/Devices/Audio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevIchAc97.cpp

    r59348 r59351  
    22472247}
    22482248
    2249 static void ichac97Detach(PPDMDEVINS pDevIns, unsigned uLUN, uint32_t fFlags)
     2249static DECLCALLBACK(void) ichac97Detach(PPDMDEVINS pDevIns, unsigned uLUN, uint32_t fFlags)
    22502250{
    22512251    LogFunc(("iLUN=%u, fFlags=0x%x\n", uLUN, fFlags));
  • trunk/src/VBox/Devices/Audio/DevSB16.cpp

    r59348 r59351  
    264264}
    265265
    266 static void sb16Detach(PPDMDEVINS pDevIns, unsigned uLUN, uint32_t fFlags)
     266static DECLCALLBACK(void) sb16Detach(PPDMDEVINS pDevIns, unsigned uLUN, uint32_t fFlags)
    267267{
    268268    LogFunc(("iLUN=%u, fFlags=0x%x\n", uLUN, fFlags));
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