mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 18:04:14 +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 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