Changeset 259415 in webkit


Ignore:
Timestamp:
Apr 2, 2020, 1:52:26 PM (5 years ago)
Author:
pvollan@apple.com
Message:

Unreviewed build fix after r259396.

  • pal/spi/cocoa/LaunchServicesSPI.h:
Location:
trunk/Source/WebCore/PAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/PAL/ChangeLog

    r259398 r259415  
     12020-04-02  Per Arne Vollan  <pvollan@apple.com>
     2
     3        Unreviewed build fix after r259396.
     4
     5        * pal/spi/cocoa/LaunchServicesSPI.h:
     6
    172020-04-02  Per Arne Vollan  <pvollan@apple.com>
    28
  • trunk/Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h

    r259398 r259415  
    104104OSStatus _RegisterApplication(CFDictionaryRef, ProcessSerialNumber*);
    105105
     106WTF_EXTERN_C_END
     107
     108#endif // PLATFORM(MAC)
     109
     110#if PLATFORM(MAC) || PLATFORM(MACCATALYST)
     111
     112WTF_EXTERN_C_BEGIN
     113
    106114typedef bool (^LSServerConnectionAllowedBlock) (CFDictionaryRef optionsRef);
    107 extern "C" void _LSSetApplicationLaunchServicesServerConnectionStatus(uint64_t flags, LSServerConnectionAllowedBlock block);
    108 extern "C" CFDictionaryRef _LSApplicationCheckIn(LSSessionID sessionID, CFDictionaryRef applicationInfo);
     115void _LSSetApplicationLaunchServicesServerConnectionStatus(uint64_t flags, LSServerConnectionAllowedBlock block);
     116CFDictionaryRef _LSApplicationCheckIn(LSSessionID sessionID, CFDictionaryRef applicationInfo);
    109117
    110118WTF_EXTERN_C_END
    111119
    112 #endif // PLATFORM(MAC)
     120#endif // PLATFORM(MAC) || PLATFORM(MACCATALYST)
Note: See TracChangeset for help on using the changeset viewer.