mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
+1
-1
@@ -710,7 +710,7 @@ const char* _glfwPlatformGetClipboardString(_GLFWwindow* window)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
char** _glfwPlatformGetRequiredInstanceExtensions(int* count)
|
||||
char** _glfwPlatformGetRequiredInstanceExtensions(unsigned int* count)
|
||||
{
|
||||
char** extensions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user