Added eglext.h header.

This commit is contained in:
Camilla Berglund
2012-07-21 23:51:44 +02:00
parent b78fd85e11
commit e9c82a82b2
2 changed files with 449 additions and 0 deletions
+5
View File
@@ -33,6 +33,11 @@
#include <EGL/egl.h>
// This path may need to be changed if you build GLFW using your own setup
// We ship and use our own copy of eglext.h since GLFW uses fairly new
// extensions and not all operating systems come with an up-to-date version
#include "../support/GL/eglext.h"
// Do we have support for dlopen/dlsym?
#if defined(_GLFW_HAS_DLOPEN)
#include <dlfcn.h>