Win32 Unicode fixes.

This commit is contained in:
Camilla Berglund
2012-07-06 13:55:54 +02:00
parent 78bc624ba9
commit db066b4f46
3 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ typedef struct _GLFWlibraryWin32
//------------------------------------------------------------------------
typedef struct _GLFWmonitorWin32
{
char name[32];
char* name;
} _GLFWmonitorWin32;