Header corrections

This commit is contained in:
Gregory John Casamento 2019-10-29 04:21:45 -04:00
parent bac06f2312
commit ebbe3f9081
3 changed files with 5 additions and 6 deletions

View file

@ -29,12 +29,12 @@
#include <Foundation/NSDate.h>
#include <Foundation/NSProcessInfo.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)
#if defined(__cplusplus)
extern "C" {
#endif
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)
// is the activity finished?
enum {
NSBackgroundActivityResultFinished = 1,