Ooops, some GL calls were exported mangled, some not. While I dunno why this split, OpenGL is a C API!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17579 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2006-05-24 13:33:13 +00:00
parent 6e23537d47
commit e0da42a8fa

View File

@ -36,9 +36,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "glheader.h"
extern "C" {
#include "glapi.h"
}
#include "glapi.h"
#include "glapitable.h"
/*
@ -48,7 +47,6 @@ extern "C" {
* the glapi_x86.S assembly code.
*/
#if !(defined(USE_X86_ASM) || defined(USE_SPARC_ASM))
#define KEYWORD1 PUBLIC
@ -72,6 +70,7 @@ extern "C" {
#endif /* USE_X86_ASM */
}
/* NOTE: this file portion implement a thin OpenGL entrypoints dispatching
C++ wrapper class