mirror of
https://github.com/glfw/glfw.git
synced 2025-10-01 04:10:59 +00:00
Removed check for Windows 7 or newer in _glfwSetWindowProgressIndicatorWin32()
This commit is contained in:
parent
d915058373
commit
86fe58df39
@ -1645,12 +1645,6 @@ void _glfwSetWindowProgressIndicatorWin32(_GLFWwindow* window, int progressState
|
||||
int winProgressState = 0;
|
||||
int progressValue = (int)(value * 100.0);
|
||||
|
||||
if(!IsWindows7OrGreater())
|
||||
{
|
||||
_glfwInputError(GLFW_FEATURE_UNAVAILABLE, "Win32: Taskbar progress is only supported on Windows 7 or newer");
|
||||
return;
|
||||
}
|
||||
|
||||
if(!window->win32.taskbarList)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user