Changeset 69956 in vbox for trunk/include/VBox
- Timestamp:
- Dec 6, 2017 12:28:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r69686 r69956 148 148 */ 149 149 150 #ifndef VBOX_AUDIO_DEBUG_DUMP_PCM_DATA_PATH 151 # ifdef RT_OS_WINDOWS 152 # define VBOX_AUDIO_DEBUG_DUMP_PCM_DATA_PATH "c:\\temp\\" 153 # else 154 # define VBOX_AUDIO_DEBUG_DUMP_PCM_DATA_PATH "/tmp/" 155 # endif 156 #endif 157 150 158 /** PDM audio driver instance flags. */ 151 159 typedef uint32_t PDMAUDIODRVFLAGS;
Note:
See TracChangeset
for help on using the changeset viewer.