summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2013-02-11 15:06:40 -0600
committerRyan Houdek <Sonicadvance1@gmail.com>2013-02-12 14:11:29 -0600
commit818a376bd4f13a8913c4d8726e2e5a6701beeee8 (patch)
tree7e6d758af8d8261a618454b7d8eb9be516d54a98 /Source
parente53d88da2dc7896c27db8a90082749c60c9d89ae (diff)
Fix header guard and definitions not being set to 1
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/DolphinWX/Src/GLInterface/EGL.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/Src/GLInterface/EGL.h b/Source/Core/DolphinWX/Src/GLInterface/EGL.h
index c4b6a00b6c..ad05ca3e5d 100644
--- a/Source/Core/DolphinWX/Src/GLInterface/EGL.h
+++ b/Source/Core/DolphinWX/Src/GLInterface/EGL.h
@@ -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