summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty
diff options
context:
space:
mode:
author intealls <johan@wennersten.eu>2017-01-16 19:06:46 +0100
committer intealls <johan@wennersten.eu>2017-01-16 19:06:46 +0100
commit6a15ddca715aaafed8a375bf451d2c99e617ee4f (patch)
tree83fd053b3662d5db3d9eb1c8edd000d79148f0f8 /3rdparty
parent28aa7060f8afcd9d68636f99d354bd223f08b96c (diff)
Fix MinGW cross-compilation, for real this time
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/portaudio/src/hostapi/wasapi/mingw-include/audioclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/audioclient.h b/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/audioclient.h
index bf77baf029f..00da6fed5a3 100644
--- a/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/audioclient.h
+++ b/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/audioclient.h
@@ -93,7 +93,7 @@ typedef interface IChannelAudioVolume IChannelAudioVolume;
/* header files for imported files */
#include "wtypes.h"
#include "unknwn.h"
-#include "AudioSessionTypes.h"
+#include "audiosessiontypes.h"
#ifdef __cplusplus
extern "C"{