00001 /* 00002 * macosx_include.h 00003 * 00004 * Copyright (C) 2006-2007 The Pentagram Team 00005 * 00006 * This program is free software; you can redistribute it and/or modify 00007 * it under the terms of the GNU General Public License as published by 00008 * the Free Software Foundation; either version 2 of the License, or 00009 * (at your option) any later version. 00010 * 00011 * This program is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 * GNU General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU General Public License 00017 * along with this program; if not, write to the Free Software 00018 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00019 */ 00020 00021 //#ifndef MACOSX_INCLUDE_H 00022 //#define MACOSX_INCLUDE_H 00023 00024 #include <sys/types.h> 00025 00026 #define BASIC_TYPES_DEFINED 00027 00028 #ifndef VERSION 00029 #define VERSION "0.1cvs" 00030 #endif 00031 00032 #define MACOSX 00033 00034 #define HAVE_SYS_STAT_H 1 00035 #define HAVE_SYS_TYPES_H 1 00036 00037 #undef DATA_PATH 00038 00039 typedef uint8_t uint8; 00040 typedef uint16_t uint16; 00041 typedef uint32_t uint32; 00042 00043 typedef int8_t sint8; 00044 typedef int16_t sint16; 00045 typedef int32_t sint32; 00046 00047 typedef uintptr_t uintptr; 00048 typedef intptr_t sintptr; 00049 00050 #ifdef __cplusplus 00051 extern "C" { 00052 #endif 00053 00054 const char * macosxResourcePath(); 00055 00056 #ifdef __cplusplus 00057 } 00058 #endif 00059 00060 //#endif
 1.4.7
 1.4.7