Make instance extension count unsigned

Fixes #714.
This commit is contained in:
Camilla Berglund
2016-02-22 10:44:37 +01:00
parent 2be2e0fa86
commit 7669ade19c
11 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1339,7 +1339,7 @@ const char* _glfwPlatformGetClipboardString(_GLFWwindow* window)
return _glfw.ns.clipboardString;
}
char** _glfwPlatformGetRequiredInstanceExtensions(int* count)
char** _glfwPlatformGetRequiredInstanceExtensions(unsigned int* count)
{
*count = 0;
return NULL;