Haiku: fix the glew.c hack
This commit is contained in:
parent
7ad89c7e83
commit
f61eb5fd8e
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
||||||
#ifndef GLEW_ENABLED
|
#ifdef __HAIKU__
|
||||||
|
#undef GLEW_ENABLED
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef GLEW_ENABLED
|
||||||
/*
|
/*
|
||||||
** The OpenGL Extension Wrangler Library
|
** The OpenGL Extension Wrangler Library
|
||||||
** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
|
** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
|
||||||
|
|
Loading…
Reference in a new issue