VirtualBox

Ignore:
Timestamp:
Jan 15, 2015 4:15:21 PM (10 years ago)
Author:
vboxsync
Message:

PDM/Audio: Build fix; forgot some files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp

    r53442 r53831  
    106106
    107107#ifdef VBOX_WITH_PDM_AUDIO_DRIVER
    108 # undef LOG_GROUP
    109108# include <VBox/vmm/pdmaudioifs.h>
    110109#endif
     110#undef LOG_GROUP
     111#include "../Audio/DevIchAc97.cpp"
     112#undef LOG_GROUP
    111113#include "../Audio/DevIchHda.cpp"
    112114
     
    130132            rc++; \
    131133        } \
    132         /*else */ \
    133             /*printf("%#08x %s\n", RT_OFFSETOF(type, m), #m);*/ \
     134        else \
     135            printf("%#08x (%d) %s\n", RT_OFFSETOF(type, m), RT_OFFSETOF(type, m), #type "." #m); \
    134136    } while (0)
    135137
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