mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Use __preface_h_... instead of __stdobjects_h... for wrapper. Include
files from gnustep/base. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1423 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8090d7c182
commit
9c0cefa9df
1 changed files with 6 additions and 6 deletions
|
@ -21,14 +21,14 @@
|
|||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#ifndef __stdobjects_h_OBJECTS_INCLUDE
|
||||
#define __stdobjects_h_OBJECTS_INCLUDE
|
||||
#ifndef __preface_h_OBJECTS_INCLUDE
|
||||
#define __preface_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <objects/config.h>
|
||||
#include <gnustep/base/config.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <objects/objc-gnu2next.h>
|
||||
#include <objects/LibobjectsMain.h>
|
||||
#include <gnustep/base/objc-gnu2next.h>
|
||||
#include <gnustep/base/fake-main.h>
|
||||
|
||||
#if NeXT_runtime
|
||||
#include <objc/objc.h>
|
||||
|
@ -111,4 +111,4 @@ extern const char objects_NeXT_cc_version[];
|
|||
#define LONG2PTR(L) (((char*)0)+(L))
|
||||
#endif
|
||||
|
||||
#endif /* __stdobjects_h_OBJECTS_INCLUDE */
|
||||
#endif /* __preface_h_OBJECTS_INCLUDE */
|
||||
|
|
Loading…
Reference in a new issue