diff --git a/src/dialog/windows/SDL_windowsdialog.c b/src/dialog/windows/SDL_windowsdialog.c index ebaf78288f..d1bf7f29f6 100644 --- a/src/dialog/windows/SDL_windowsdialog.c +++ b/src/dialog/windows/SDL_windowsdialog.c @@ -518,10 +518,6 @@ bool windows_ShowModernFileFolderDialog(SDL_FileDialogType dialog_type, const ch bool success = false; bool co_init = false; - if (!WIN_IsWindows7OrGreater()) { - goto quit; - } - // We can assume shell32 is already loaded here. shell32_handle = GetModuleHandle(TEXT("shell32.dll")); if (!shell32_handle) {