Changeset 259415 in webkit
- Timestamp:
- Apr 2, 2020, 1:52:26 PM (5 years ago)
- Location:
- trunk/Source/WebCore/PAL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/PAL/ChangeLog
r259398 r259415 1 2020-04-02 Per Arne Vollan <pvollan@apple.com> 2 3 Unreviewed build fix after r259396. 4 5 * pal/spi/cocoa/LaunchServicesSPI.h: 6 1 7 2020-04-02 Per Arne Vollan <pvollan@apple.com> 2 8 -
trunk/Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h
r259398 r259415 104 104 OSStatus _RegisterApplication(CFDictionaryRef, ProcessSerialNumber*); 105 105 106 WTF_EXTERN_C_END 107 108 #endif // PLATFORM(MAC) 109 110 #if PLATFORM(MAC) || PLATFORM(MACCATALYST) 111 112 WTF_EXTERN_C_BEGIN 113 106 114 typedef bool (^LSServerConnectionAllowedBlock) (CFDictionaryRef optionsRef); 107 extern "C"void _LSSetApplicationLaunchServicesServerConnectionStatus(uint64_t flags, LSServerConnectionAllowedBlock block);108 extern "C"CFDictionaryRef _LSApplicationCheckIn(LSSessionID sessionID, CFDictionaryRef applicationInfo);115 void _LSSetApplicationLaunchServicesServerConnectionStatus(uint64_t flags, LSServerConnectionAllowedBlock block); 116 CFDictionaryRef _LSApplicationCheckIn(LSSessionID sessionID, CFDictionaryRef applicationInfo); 109 117 110 118 WTF_EXTERN_C_END 111 119 112 #endif // PLATFORM(MAC) 120 #endif // PLATFORM(MAC) || PLATFORM(MACCATALYST)
Note:
See TracChangeset
for help on using the changeset viewer.