00001 #ifndef __HI_INCLUDE_H__ 00002 #define __HI_INCLUDE_H__ 00003 00004 #ifndef INLINE 00005 00006 #ifdef WIN32 00007 #define INLINE __inline 00008 #else 00009 #define INLINE inline 00010 #endif 00011 00012 #endif /* endif for INLINE */ 00013 00014 #endif