Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBrest committed Jul 23, 2024
1 parent 8e8bd5e commit 9cca249
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 @@ -906,6 +906,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 @@ -915,6 +916,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 9cca249

Please sign in to comment.