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