mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Fixed various VC++ warnings.
This commit is contained in:
+1
-1
@@ -271,7 +271,7 @@ _GLFWmonitor** _glfwPlatformGetMonitors(int* count)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
monitors[found]->Win32.name = wcsdup(adapter.DeviceName);
|
||||
monitors[found]->Win32.name = _wcsdup(adapter.DeviceName);
|
||||
found++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user