xmlsysdep.h

Go to the documentation of this file.
00001 
00013 #if !defined(XMLSYSDEP_H_INCLUDED)
00014 
00015 #define XMLSYSDEP_H_INCLUDED
00016 
00017 #ifdef __APPLE__
00018 #       include <Foundation/Foundation.h>
00020 #       define  OBJECT  NSObject
00021 #else
00022         /* note: "objc/Object.h" refers "strcmp" function. */
00023 #       include <string.h>
00024 #       include <objc/Protocol.h> 
00025 #       include <objc/objc.h>
00026 #       include <objc/Object.h>
00028 #       define  OBJECT  Object
00029 #endif
00030 
00031 #endif  /* !defined(XMLSYSDEP_H_INCLUDED) */
00032 

Generated on Fri Feb 3 01:21:24 2006 for LibXmlKit by  doxygen 1.4.5