mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 15:25:50 +00:00
Moved some VC++ specific hacks to platform header.
This commit is contained in:
@@ -31,11 +31,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#include <malloc.h>
|
||||
#define strdup _strdup
|
||||
#endif
|
||||
|
||||
|
||||
// Lexical comparison function for GLFW video modes, used by qsort
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user