mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Moved some VC++ specific hacks to platform header.
This commit is contained in:
@@ -62,6 +62,11 @@
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#include <malloc.h>
|
||||
#define strdup _strdup
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
#include <mmsystem.h>
|
||||
#include <dbt.h>
|
||||
|
||||
Reference in New Issue
Block a user