diff options
author | Johannes Schickel | 2015-12-10 16:11:23 +0100 |
---|---|---|
committer | Johannes Schickel | 2015-12-12 22:31:35 +0100 |
commit | 3232050dfc3283501b33881c762a5e9b188cf985 (patch) | |
tree | 145a94329060f4a73c83c53cab083d6638957af9 /backends/graphics/opengl | |
parent | 355420c1e599e3b8f56116d4c7826c640f8cc8ac (diff) | |
download | scummvm-rg350-3232050dfc3283501b33881c762a5e9b188cf985.tar.gz scummvm-rg350-3232050dfc3283501b33881c762a5e9b188cf985.tar.bz2 scummvm-rg350-3232050dfc3283501b33881c762a5e9b188cf985.zip |
OPENGL: Fix include guard name.
Diffstat (limited to 'backends/graphics/opengl')
-rw-r--r-- | backends/graphics/opengl/opengl-sys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/graphics/opengl/opengl-sys.h b/backends/graphics/opengl/opengl-sys.h index a3524b28d2..4e21894380 100644 --- a/backends/graphics/opengl/opengl-sys.h +++ b/backends/graphics/opengl/opengl-sys.h @@ -20,8 +20,8 @@ * */ -#ifndef BACKENDS_GRAPHICS_OPENGL_OPENGL_H -#define BACKENDS_GRAPHICS_OPENGL_OPENGL_H +#ifndef BACKENDS_GRAPHICS_OPENGL_OPENGL_SYS_H +#define BACKENDS_GRAPHICS_OPENGL_OPENGL_SYS_H // The purpose of this header is to include the OpenGL headers in an uniform // fashion. A notable example for a non standard port is the Tizen port. |