mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
A few more version macro fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24954 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7f7186b298
commit
574043cd34
5 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#if OS_API_VERSION(GS_API_NONE,GS_API_NONE)
|
||||
#if OS_API_VERSION(GS_API_NONE,GS_API_LATEST)
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSZone.h>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#define __GSMime_h_GNUSTEP_BASE_INCLUDE
|
||||
#include <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#if OS_API_VERSION(GS_API_NONE,GS_API_NONE)
|
||||
#if OS_API_VERSION(GS_API_NONE,GS_API_LATEST)
|
||||
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#include <Foundation/Foundation.h>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#define __GSXML_h_GNUSTEP_BASE_INCLUDE
|
||||
#include <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#if OS_API_VERSION(GS_API_NONE,GS_API_NONE)
|
||||
#if OS_API_VERSION(GS_API_NONE,GS_API_LATEST)
|
||||
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#include <Foundation/NSObject.h>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
#include <Foundation/NSString.h> /* For string encodings */
|
||||
|
||||
#if OS_API_VERSION(GS_API_NONE,GS_API_NONE)
|
||||
#if OS_API_VERSION(GS_API_NONE,GS_API_LATEST)
|
||||
|
||||
/*
|
||||
* Private API used internally by NSString etc.
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if OS_API_VERSION(GS_API_NONE,GS_API_NONE)
|
||||
#if OS_API_VERSION(GS_API_NONE,GS_API_LATEST)
|
||||
|
||||
/* Call this method from CLASS's +initialize method to add a behavior
|
||||
to CLASS. A "behavior" is like a protocol with an implementation.
|
||||
|
|
Loading…
Reference in a new issue