mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Added explicit WINVER, avoid redefining UNICODE.
This commit is contained in:
@@ -45,7 +45,13 @@
|
|||||||
// thinks it is the only one that gets to do so
|
// thinks it is the only one that gets to do so
|
||||||
#undef APIENTRY
|
#undef APIENTRY
|
||||||
|
|
||||||
#define UNICODE
|
// GLFW on Windows is Unicode only and does not work in MBCS mode
|
||||||
|
#ifndef UNICODE
|
||||||
|
#define UNICODE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
// GLFW requires Windows XP
|
||||||
|
#define WINVER 0x0501
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <mmsystem.h>
|
#include <mmsystem.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user