Changeset 89644 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jun 13, 2021 2:03:21 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145089
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r89643 r89644 41 41 #include <iprt/stream.h> 42 42 #include <iprt/string.h> 43 #include <iprt/uuid.h>44 43 #include <iprt/test.h> 45 44 … … 55 54 #include <signal.h> 56 55 57 /**58 * Internal driver instance data59 * @note This must be put here as it's needed before pdmdrv.h is included.60 */61 typedef struct PDMDRVINSINT62 {63 /** The stack the drive belongs to. */64 struct AUDIOTESTDRVSTACK *pStack;65 } PDMDRVINSINT;66 #define PDMDRVINSINT_DECLARED67 68 #include <VBox/vmm/pdmaudioinline.h>69 #include <VBox/vmm/pdmaudiohostenuminline.h>70 71 #include "Audio/AudioHlp.h"72 #include "Audio/AudioTest.h"73 #include "Audio/AudioTestService.h"74 #include "Audio/AudioTestServiceClient.h"75 76 #include "VBoxDD.h"77 78 56 #include "vkatInternal.h" 79 80 81 /*********************************************************************************************************************************82 * Defined Constants And Macros *83 *********************************************************************************************************************************/84 85 57 86 58
Note:
See TracChangeset
for help on using the changeset viewer.