mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-20 02:08:13 +00:00
Workaround for bug in Microsoft WGI support
Fixes https://github.com/libsdl-org/SDL/issues/5270
This commit is contained in:
@@ -1147,8 +1147,7 @@ SDL_DINPUT_JoystickQuit(void)
|
||||
}
|
||||
|
||||
if (coinitialized) {
|
||||
/* Workaround for CoUninitialize() crash in NotifyInitializeSpied() */
|
||||
/*WIN_CoUninitialize();*/
|
||||
WIN_CoUninitialize();
|
||||
coinitialized = SDL_FALSE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user