Removed support for old PowerPC Mac versions.

Requires at least MacOS X 10.5.
No PowerPC support.
This commit is contained in:
fjallon
2011-12-12 19:19:15 +00:00
parent 2950236c3c
commit 6fd540ea1e

View File

@@ -49,7 +49,7 @@ CFBundleRef gBundleRefOpenGL = NULL;
OSStatus aglInitEntryPoints (void)
{
OSStatus err = noErr;
const Str255 frameworkName = "\pOpenGL.framework";
const Str255 frameworkName = "\\pOpenGL.framework";
FSRefParam fileRefParam;
FSRef fileRef;
CFURLRef bundleURLOpenGL;