diff options
| author | Juan Linietsky | 2015-10-17 12:48:47 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-10-17 12:48:47 -0300 |
| commit | 6f9631fc5151b3267c6fcea5f70249fc36814db8 (patch) | |
| tree | 2aa06230d95846602aa731967264c1619baa2a39 /drivers/gl_context/glew.c | |
| parent | 63033aa646f7a49fbcecbc8cc30077cf268be10c (diff) | |
| parent | be0f7563fbff581ca072504978bedc6a55e180f1 (diff) | |
| download | godot-6f9631fc5151b3267c6fcea5f70249fc36814db8.tar.gz godot-6f9631fc5151b3267c6fcea5f70249fc36814db8.tar.zst godot-6f9631fc5151b3267c6fcea5f70249fc36814db8.zip | |
Merge branch 'master' of https://github.com/okamstudio/godot
Diffstat (limited to 'drivers/gl_context/glew.c')
| -rw-r--r-- | drivers/gl_context/glew.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gl_context/glew.c b/drivers/gl_context/glew.c index fc0aa28a7..962e82b65 100644 --- a/drivers/gl_context/glew.c +++ b/drivers/gl_context/glew.c @@ -1,3 +1,7 @@ +#ifdef __HAIKU__ + #undef GLEW_ENABLED +#endif + #ifdef GLEW_ENABLED /* ** The OpenGL Extension Wrangler Library |
