mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
audio: fix windows wasapi build.
This commit is contained in:
@@ -716,7 +716,7 @@ static void WASAPI_FreeDeviceHandle(SDL_AudioDevice *device)
|
||||
|
||||
static int mgmtthrtask_DeinitializeStart(void *userdata)
|
||||
{
|
||||
WASAPI_PlatformDeinitializeStart(void);
|
||||
WASAPI_PlatformDeinitializeStart();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user