bindings-GLFW 3.1.1.2 → 3.1.1.3
raw patch · 2 files changed
+6/−2 lines, 2 files
Files
- bindings-GLFW.cabal +2/−2
- glfw/src/monitor.c +4/−0
bindings-GLFW.cabal view
@@ -1,9 +1,9 @@ name: bindings-GLFW-version: 3.1.1.2+version: 3.1.1.3 category: Graphics author: Brian Lewis <brian@lorf.org>-maintainer: Brian Lewis <brian@lorf.org>+maintainer: Schell Scivally <efsubenovex@gmail.com>, Brian Lewis <brian@lorf.org> license: BSD3 license-file: LICENSE
glfw/src/monitor.c view
@@ -32,6 +32,10 @@ #include <stdlib.h> #include <limits.h> +#if defined(_MSC_VER) || _WIN64+#include <malloc.h>+#define strdup _strdup+#endif // Lexical comparison function for GLFW video modes, used by qsort //