mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fix to ensure correct version of mheader fiel is imported
This commit is contained in:
parent
1cce7e97e2
commit
8b4a8820a8
28 changed files with 63 additions and 62 deletions
|
@ -25,7 +25,7 @@
|
|||
#ifndef __GSInvocation_h_GNUSTEP_BASE_INCLUDE
|
||||
#define __GSInvocation_h_GNUSTEP_BASE_INCLUDE
|
||||
|
||||
#include <Foundation/NSInvocation.h>
|
||||
#import "Foundation/NSInvocation.h"
|
||||
|
||||
@class NSMutableData;
|
||||
|
||||
|
|
|
@ -54,9 +54,9 @@
|
|||
|
||||
NSTimeInterval GSPrivateTimeNow() GS_ATTRIB_PRIVATE;
|
||||
|
||||
#include "GNUstepBase/GSObjCRuntime.h"
|
||||
#import "GNUstepBase/GSObjCRuntime.h"
|
||||
|
||||
#include "Foundation/NSArray.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
|
||||
#ifdef __GNUSTEP_RUNTIME__
|
||||
struct objc_category;
|
||||
|
@ -87,7 +87,7 @@ typedef struct objc_category* Category;
|
|||
}
|
||||
@end
|
||||
|
||||
#include "Foundation/NSString.h"
|
||||
#import "Foundation/NSString.h"
|
||||
|
||||
/**
|
||||
* Macro to manage memory for chunks of code that need to work with
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSAppleEventDescriptor.h>
|
||||
#import "Foundation/NSAppleEventDescriptor.h"
|
||||
|
||||
@implementation NSAppleEventDescriptor
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSAppleEventManager.h>
|
||||
#import "Foundation/NSAppleEventManager.h"
|
||||
|
||||
@implementation NSAppleEventManager
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSAppleScript.h>
|
||||
#import "Foundation/NSAppleScript.h"
|
||||
|
||||
@implementation NSAppleScript
|
||||
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
|
||||
/**** Included Headers *******************************************************/
|
||||
|
||||
#include "Foundation/NSObject.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#import "Foundation/NSObject.h"
|
||||
#import "Foundation/NSString.h"
|
||||
|
||||
|
||||
#if ( (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) ) && HAVE_VISIBILITY_ATTRIBUTE )
|
||||
|
|
|
@ -22,12 +22,12 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSDateComponentsFormatter.h>
|
||||
#include <Foundation/NSDate.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSNumberFormatter.h>
|
||||
#import "Foundation/NSDateComponentsFormatter.h"
|
||||
#import "Foundation/NSDate.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSNumberFormatter.h"
|
||||
|
||||
@implementation NSDateComponentsFormatter
|
||||
|
||||
|
|
|
@ -22,10 +22,10 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSDateInterval.h>
|
||||
#include <Foundation/NSDate.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#import "Foundation/NSDateInterval.h"
|
||||
#import "Foundation/NSDate.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
||||
@implementation NSDateInterval
|
||||
|
||||
|
|
|
@ -22,13 +22,13 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSDateIntervalFormatter.h>
|
||||
#include <Foundation/NSLocale.h>
|
||||
#include <Foundation/NSCalendar.h>
|
||||
#include <Foundation/NSTimeZone.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSDate.h>
|
||||
#include <Foundation/NSDateInterval.h>
|
||||
#import "Foundation/NSDateIntervalFormatter.h"
|
||||
#import "Foundation/NSLocale.h"
|
||||
#import "Foundation/NSCalendar.h"
|
||||
#import "Foundation/NSTimeZone.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSDate.h"
|
||||
#import "Foundation/NSDateInterval.h"
|
||||
|
||||
@implementation NSDateIntervalFormatter
|
||||
// Properties
|
||||
|
|
|
@ -22,11 +22,12 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSExtensionContext.h>
|
||||
#include <Foundation/NSError.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSURL.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#import "Foundation/NSExtensionContext.h"
|
||||
#import "Foundation/NSError.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSURL.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
|
||||
@implementation NSExtensionContext
|
||||
|
||||
|
|
|
@ -22,10 +22,10 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSExtensionItem.h>
|
||||
#include <Foundation/NSAttributedString.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#import "Foundation/NSExtensionItem.h"
|
||||
#import "Foundation/NSAttributedString.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
|
||||
@implementation NSExtensionItem
|
||||
|
||||
|
|
|
@ -23,16 +23,16 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSFileVersion.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSDate.h>
|
||||
#include <Foundation/NSError.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSURL.h>
|
||||
#include <Foundation/NSPersonNameComponents.h>
|
||||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#import "Foundation/NSFileVersion.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSDate.h"
|
||||
#import "Foundation/NSError.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSURL.h"
|
||||
#import "Foundation/NSPersonNameComponents.h"
|
||||
#import "Foundation/NSFileManager.h"
|
||||
#import "Foundation/NSData.h"
|
||||
|
||||
@interface NSFileVersion (Private)
|
||||
- (void) _setURL: (NSURL *)u;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSHFSFileTypes.h>
|
||||
#import "Foundation/NSHFSFileTypes.h"
|
||||
|
||||
GS_DECLARE NSString *NSFileTypeForHFSTypeCode(NSUInteger hfsFileTypeCode)
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSItemProviderReadingWriting.h>
|
||||
#import "Foundation/NSItemProviderReadingWriting.h"
|
||||
|
||||
@implementation NSItemProviderReadingWriting
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSMetadataAttributes.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#import "Foundation/NSMetadataAttributes.h"
|
||||
#import "Foundation/NSString.h"
|
||||
|
||||
GS_DECLARE NSString *const NSMetadataItemAcquisitionMakeKey = @"NSMetadataItemAcquisitionMakeKey";
|
||||
GS_DECLARE NSString *const NSMetadataItemAcquisitionModelKey = @"NSMetadataItemAcquisitionModelKey";
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSObjectScripting.h>
|
||||
#import "Foundation/NSObjectScripting.h"
|
||||
|
||||
@implementation NSObjectScripting
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSScriptClassDescription.h>
|
||||
#import "Foundation/NSScriptClassDescription.h"
|
||||
|
||||
@implementation NSScriptClassDescription
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSScriptCoercionHandler.h>
|
||||
#import "Foundation/NSScriptCoercionHandler.h"
|
||||
|
||||
@implementation NSScriptCoercionHandler
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSScriptCommand.h>
|
||||
#import "Foundation/NSScriptCommand.h"
|
||||
|
||||
@implementation NSScriptCommand
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSScriptCommandDescription.h>
|
||||
#import "Foundation/NSScriptCommandDescription.h"
|
||||
|
||||
@implementation NSScriptCommandDescription
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSScriptExecutionContext.h>
|
||||
#import "Foundation/NSScriptExecutionContext.h"
|
||||
|
||||
@implementation NSScriptExecutionContext
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSScriptKeyValueCoding.h>
|
||||
#import "Foundation/NSScriptKeyValueCoding.h"
|
||||
|
||||
@implementation NSScriptKeyValueCoding
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSScriptObjectSpecifiers.h>
|
||||
#import "Foundation/NSScriptObjectSpecifiers.h"
|
||||
|
||||
@implementation NSScriptObjectSpecifiers
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSScriptStandardSuiteCommands.h>
|
||||
#import "Foundation/NSScriptStandardSuiteCommands.h"
|
||||
|
||||
@implementation NSScriptStandardSuiteCommands
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSScriptSuiteRegistry.h>
|
||||
#import "Foundation/NSScriptSuiteRegistry.h"
|
||||
|
||||
@implementation NSScriptSuiteRegistry
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSUserActivity.h>
|
||||
#import "Foundation/NSUserActivity.h"
|
||||
|
||||
@implementation NSUserActivity
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Boston, MA 02110 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSUserScriptTask.h>
|
||||
#import "Foundation/NSUserScriptTask.h"
|
||||
|
||||
@implementation NSUserScriptTask
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define __objc_load_h_INCLUDE
|
||||
|
||||
#include <stdio.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include "Foundation/NSString.h"
|
||||
|
||||
#ifdef HAVE_DLADDR
|
||||
#define LINKER_GETSYMBOL 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue