X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_ext.c;h=9c8da1458fc533f56a967f798edca7e04b083f40;hb=4f58e4f75c3d57437da215f4119e9991b77272e0;hp=2c98d4b4a983307f5e98ce49d5d44e9f15870f8e;hpb=7d0fc844c337b9c8901317d6935c3462b59ceda5;p=freeglut diff --git a/src/freeglut_ext.c b/src/freeglut_ext.c index 2c98d4b..9c8da14 100644 --- a/src/freeglut_ext.c +++ b/src/freeglut_ext.c @@ -31,7 +31,7 @@ #define GLX_GLXEXT_PROTOTYPES -#include "../include/GL/freeglut.h" +#include #include "freeglut_internal.h" @@ -179,7 +179,7 @@ static struct name_address_pair glut_functions[] = { "glutGetProcAddress", (void *) glutGetProcAddress }, { "glutMouseWheelFunc", (void *) glutMouseWheelFunc }, { NULL, NULL } -}; +}; void *FGAPIENTRY glutGetProcAddress( const char *procName )