mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +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 aglInitEntryPoints (void)
|
||||||
{
|
{
|
||||||
OSStatus err = noErr;
|
OSStatus err = noErr;
|
||||||
const Str255 frameworkName = "\pOpenGL.framework";
|
const Str255 frameworkName = "\\pOpenGL.framework";
|
||||||
FSRefParam fileRefParam;
|
FSRefParam fileRefParam;
|
||||||
FSRef fileRef;
|
FSRef fileRef;
|
||||||
CFURLRef bundleURLOpenGL;
|
CFURLRef bundleURLOpenGL;
|
||||||
|
|||||||
Reference in New Issue
Block a user