]> Repos - portaudio/commit
wasapi:
authordmitrykos <dmitrykos@0f58301d-fd10-0410-b4af-bbb618454e57>
Tue, 24 Aug 2010 17:44:00 +0000 (17:44 +0000)
committerdmitrykos <dmitrykos@0f58301d-fd10-0410-b4af-bbb618454e57>
Tue, 24 Aug 2010 17:44:00 +0000 (17:44 +0000)
commit52a9ce20ad3873ea7c771de923294c511701d6bf
tree71fd74b7d40588f2ab443403e3c5f605f27b1c2a
parentc0d24d39059bedfbba0a2cbfecb59eec225633b0
wasapi:
 - fixed compile under MinGW64 compiler (gcc version 4.5.1 20100702)
 - cleaned portability typedefs, thanks to MinGW64 project added KS headers which also work well for MinGW32 (tested: gcc version 4.5.0)
wdmks:
 - made it possible to use additional WDM/KS info for WMME/DS back-ends by defining PAWIN_USE_WDMKS_DEVICE_INFO for compilation by MinGW32/64 compilers if you include modified headers located in '\src\hostapi\wasapi\mingw-include'
src/hostapi/wasapi/mingw-include/ks.h [new file with mode: 0644]
src/hostapi/wasapi/mingw-include/ksguid.h [new file with mode: 0644]
src/hostapi/wasapi/mingw-include/ksmedia.h [new file with mode: 0644]
src/hostapi/wasapi/mingw-include/ksproxy.h [new file with mode: 0644]
src/hostapi/wasapi/mingw-include/ksuuids.h [new file with mode: 0644]
src/hostapi/wasapi/pa_win_wasapi.c
src/os/win/pa_win_wdmks_utils.c