Fix header guard and definitions not being set to 1

This commit is contained in:
Ryan Houdek
2013-02-11 15:06:40 -06:00
parent e53d88da2d
commit 818a376bd4
2 changed files with 5 additions and 5 deletions

View File

@ -14,8 +14,8 @@
// Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/
#ifndef _INTERFACEGLX_H_
#define _INTERFACEGLX_H_
#ifndef _INTERFACEEGL_H_
#define _INTERFACEEGL_H_
#include <EGL/egl.h>
#ifdef USE_GLES