mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Header tidyups, particularly updating of version compatibility macros.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24000 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
87c5bf8cfb
commit
38c0c4a580
113 changed files with 884 additions and 641 deletions
|
@ -26,10 +26,11 @@
|
|||
|
||||
#ifndef __NSXMLParser_h_GNUSTEP_BASE_INCLUDE
|
||||
#define __NSXMLParser_h_GNUSTEP_BASE_INCLUDE
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#ifndef STRICT_OPENSTEP
|
||||
#if OS_API_VERSION(100300, GS_API_LATEST)
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#import <Foundation/NSObject.h>
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
|
@ -407,5 +408,6 @@ typedef enum {
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* STRICT_OPENSTEP */
|
||||
#endif /* __NSXMLParser_h_GNUSTEP_BASE_INCLUDE*/
|
||||
#endif
|
||||
#endif /* __NSXMLParser_h_GNUSTEP_BASE_INCLUDE */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue