egl: updated include paths (s/GLES/EGL/)

This commit is contained in:
Brian Paul 2008-06-04 10:09:49 -06:00
parent 0ebc94d236
commit 19ca6ce573
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
#define EGL_EGLEXT_PROTOTYPES
#include <GLES/egl.h>
#include <GLES/eglext.h>
#include <EGL/egl.h>
#include <EGL/eglext.h>
typedef struct _egl_api _EGLAPI;