mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 08:23:13 +00:00
Win32 Unicode fixes.
This commit is contained in:
@@ -219,7 +219,7 @@ typedef struct _GLFWlibraryWin32
|
||||
//------------------------------------------------------------------------
|
||||
typedef struct _GLFWmonitorWin32
|
||||
{
|
||||
char name[32];
|
||||
char* name;
|
||||
|
||||
} _GLFWmonitorWin32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user