mirror of
https://github.com/glfw/glfw.git
synced 2025-04-14 17:13:42 +00:00
Fixes for legacy MinGW 4.2.
This commit is contained in:
parent
d2205aa1a0
commit
596b1e69ce
1 changed files with 6 additions and 0 deletions
|
@ -85,6 +85,12 @@
|
|||
#ifndef WM_COPYGLOBALDATA
|
||||
#define WM_COPYGLOBALDATA 0x0049
|
||||
#endif
|
||||
#ifndef WM_UNICHAR
|
||||
#define WM_UNICHAR 0x0109
|
||||
#endif
|
||||
#ifndef UNICODE_NOCHAR
|
||||
#define UNICODE_NOCHAR 0xFFFF
|
||||
#endif
|
||||
|
||||
#if WINVER < 0x0601
|
||||
typedef struct tagCHANGEFILTERSTRUCT
|
||||
|
|
Loading…
Add table
Reference in a new issue