aboutsummaryrefslogtreecommitdiff
path: root/system/include/SDL/SDL_opengl.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-10 21:35:58 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-10 21:35:58 -0800
commit59cb52383add5581b10d0d331d0e0aa1154af0dd (patch)
tree528b404dc9c1155cb96641a0dbe85b8f86559004 /system/include/SDL/SDL_opengl.h
parentb0ca9e12fb8d212fda52822d56fe84daad64afe8 (diff)
SDL headers fix
Diffstat (limited to 'system/include/SDL/SDL_opengl.h')
-rw-r--r--system/include/SDL/SDL_opengl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/include/SDL/SDL_opengl.h b/system/include/SDL/SDL_opengl.h
index 61f3c5c4..4bc9e0b9 100644
--- a/system/include/SDL/SDL_opengl.h
+++ b/system/include/SDL/SDL_opengl.h
@@ -28,6 +28,9 @@
#ifndef _SDL_opengl_h
#define _SDL_opengl_h
+/* XXX Emscripten */
+#define GL_GLEXT_PROTOTYPES
+
#include "SDL_config.h"
#ifdef __WIN32__