Browse Source

Merge 1adfc48714 into e60236a3ff

pull/23/merge
Miguel Martin 13 years ago
parent
commit
7d0c233cbb
  1. 2
      external/OpenGL/GL/gl_magnum.c

2
external/OpenGL/GL/gl_magnum.c vendored

@ -6,7 +6,7 @@
#if defined(__APPLE__) #if defined(__APPLE__)
#include <mach-o/dyld.h> #include <mach-o/dyld.h>
static void* AppleGLGetProcAddress (const GLubyte *name) static void* AppleGLGetProcAddress (const char* name)
{ {
static const struct mach_header* image = NULL; static const struct mach_header* image = NULL;
NSSymbol symbol; NSSymbol symbol;

Loading…
Cancel
Save