- Timestamp:
- May 17, 2021 9:43:35 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioWasApi.cpp
r89081 r89084 23 23 /*#define INITGUID - defined in VBoxhostAudioDSound.cpp already */ 24 24 #include <VBox/log.h> 25 26 /* Should fix warning in include\ks.h. */ 27 #ifndef _WIN64 28 # ifdef RT_ARCH_X86 29 # define _WIN64 1 30 # else 31 # define _WIN64 0 32 # endif 33 #endif 34 25 35 #include <iprt/win/windows.h> 26 36 #include <Mmdeviceapi.h>
Note:
See TracChangeset
for help on using the changeset viewer.