Fix gcc2 build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38580 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
48933a73b8
commit
80528f21d6
@ -224,6 +224,10 @@ int glutGetModifiers() {
|
||||
|
||||
#ifdef __HAIKU__
|
||||
|
||||
extern "C" {
|
||||
GLUTproc __glutGetProcAddress(const char* procName);
|
||||
}
|
||||
|
||||
GLUTproc
|
||||
__glutGetProcAddress(const char* procName)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user