mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
fix for MacOS pascal string escape character '\p'
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