mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Removed support for old PowerPC Mac versions.
Requires at least MacOS X 10.5. No PowerPC support.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user