mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
Haiku: fix the glew.c hack
This commit is contained in:
parent
7ad89c7e83
commit
f61eb5fd8e
@ -1,4 +1,8 @@
|
||||
#ifndef GLEW_ENABLED
|
||||
#ifdef __HAIKU__
|
||||
#undef GLEW_ENABLED
|
||||
#endif
|
||||
|
||||
#ifdef GLEW_ENABLED
|
||||
/*
|
||||
** The OpenGL Extension Wrangler Library
|
||||
** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
|
||||
|
Loading…
Reference in New Issue
Block a user