wasapi: Patched WinRT to compile.

This commit is contained in:
Ryan C. Gordon 2023-07-14 23:37:17 -04:00
parent d6b4f48488
commit 0b58e96d9e
No known key found for this signature in database
GPG key ID: FA148B892AB48044
5 changed files with 36 additions and 30 deletions

View file

@ -35,6 +35,5 @@ void SDL_IMMDevice_EnumerateEndpoints(SDL_AudioDevice **default_output, SDL_Audi
LPGUID SDL_IMMDevice_GetDirectSoundGUID(SDL_AudioDevice *device);
LPCWSTR SDL_IMMDevice_GetDevID(SDL_AudioDevice *device);
void SDL_IMMDevice_FreeDeviceHandle(SDL_AudioDevice *device);
SDL_AudioFormat SDL_WaveFormatExToSDLFormat(WAVEFORMATEX *waveformat);
#endif /* SDL_IMMDEVICE_H */