Moved some VC++ specific hacks to platform header.

This commit is contained in:
Camilla Berglund
2014-03-06 21:05:55 +01:00
parent eb460c30ce
commit 76eefcc08a
4 changed files with 5 additions and 12 deletions
-5
View File
@@ -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
//