diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 2738fa18..cdf52492 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -132,10 +132,9 @@ extern "C" { #define GLFW_CALLBACK_DEFINED #endif /* CALLBACK */ -/* Most variants on Windows need wchar_t */ -#if defined(_WIN32) - #include -#endif +/* Most GL/glu.h variants on Windows need wchar_t + * OpenGL/gl.h blocks the definition of ptrdiff_t by glext.h on OS X */ +#include /* ---------------- GLFW related system specific defines ----------------- */