Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBrest committed Jun 25, 2024
1 parent bb045d7 commit 30beb7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dlls/winemac.drv/cocoa_app.m
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@ typedef OSStatus (*LSSetApplicationInformationItemType)(
NSLog(@"setProcessName: Failed to get _LSSetApplicationInformationItem in LaunchServices");
return false;
}

// Get the display name key
const CFStringRef* displayNameKey = (const CFStringRef*)(
CFBundleGetDataPointerForName(launchServicesBundle, CFSTR("_kLSDisplayNameKey"))
Expand All @@ -914,6 +915,7 @@ typedef OSStatus (*LSSetApplicationInformationItemType)(
NSLog(@"setProcessName: Failed to get _kLSDisplayNameKey in LaunchServices");
return false;
}

// Force symbols to be loaded in the LaunchServices framework
ColorSyncCMMGetTypeID();
}
Expand Down

0 comments on commit 30beb7d

Please sign in to comment.