diff options
author | Kostadin Damyanov <maxmight@gmail.com> | 2015-06-11 22:57:41 +0300 |
---|---|---|
committer | Kostadin Damyanov <maxmight@gmail.com> | 2015-06-11 22:57:41 +0300 |
commit | 8df3e30abd06ce8d51e6b1ad696aabf97ea9f178 (patch) | |
tree | 9ebc12296d6d0f3bf68a4debe050066bb9b8936b /drivers | |
parent | f99b72c04f484c39ae728bc175114544a26d7bca (diff) |
Haiku: create a GL context and initialize the audio and physics servers
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gl_context/glew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gl_context/glew.c b/drivers/gl_context/glew.c index fc0aa28a72..e38942de4f 100644 --- a/drivers/gl_context/glew.c +++ b/drivers/gl_context/glew.c @@ -1,4 +1,4 @@ -#ifdef GLEW_ENABLED +#ifndef GLEW_ENABLED /* ** The OpenGL Extension Wrangler Library ** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org> |