From 8c6511085a3a186f218ba769affbb55622017920 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 13 Dec 2012 19:35:11 +0100 Subject: [PATCH] Corrected eglext.h path. --- src/egl_platform.h | 2 +- support/{GL => EGL}/eglext.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename support/{GL => EGL}/eglext.h (100%) diff --git a/src/egl_platform.h b/src/egl_platform.h index e416871c..8a8cbcd0 100644 --- a/src/egl_platform.h +++ b/src/egl_platform.h @@ -36,7 +36,7 @@ // 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" +#include "../support/EGL/eglext.h" // Do we have support for dlopen/dlsym? #if defined(_GLFW_HAS_DLOPEN) diff --git a/support/GL/eglext.h b/support/EGL/eglext.h similarity index 100% rename from support/GL/eglext.h rename to support/EGL/eglext.h