Include stddef.h unconditionally in public header

This commit is contained in:
Camilla Berglund
2016-03-06 09:40:16 +01:00
parent 3c9142f37e
commit 8221aadea3
2 changed files with 2 additions and 5 deletions
-2
View File
@@ -47,8 +47,6 @@
#define GLFW_INCLUDE_NONE
#include "../include/GLFW/glfw3.h"
#include <stddef.h>
#if defined(_MSC_VER) && (_MSC_VER < 1600)
typedef unsigned __int64 GLFWuint64;
#else