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,

View file

@ -28,12 +28,12 @@
#include <Foundation/NSObject.h>
#include <Foundation/NSUnit.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)
#if defined(__cplusplus)
extern "C" {
#endif
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)
@class NSUnit;
@interface NSMeasurement : NSObject <NSCopying, NSCoding>

View file

@ -1,8 +1,7 @@
/* Definition of class NSMeasurementFormatter
Copyright (C) 2019 Free Software Foundation, Inc.
By: heron
By:Gregory John Casamento <greg.casamento@gmail.com>
Date: Mon Sep 30 15:58:21 EDT 2019
This file is part of the GNUstep Library.