00001 // $Id: global_os.h,v 1.3 2007-04-13 16:16:19 mbickel Exp $ 00002 // 00003 // $Log: global_os.h,v $ 00004 // Revision 1.3 2007-04-13 16:16:19 mbickel 00005 // Merged ASC2 branch 00006 // 00007 // Revision 1.1.2.1 2005/02/15 14:21:45 mbickel 00008 // Merged changes of 1.15.3 00009 // 00010 // Revision 1.2 2004/12/27 15:54:55 mbickel 00011 // Fixed mapeditor crash and limitations when resizing maps 00012 // 00013 // Revision 1.1 2004/07/12 18:15:10 mbickel 00014 // Lots of tweaks and fixed for more portability and compilation with mingw 00015 // 00016 // 00017 /* 00018 This file is part of Advanced Strategic Command; http://www.asc-hq.de 00019 Copyright (C) 1994-1999 Martin Bickel and Marc Schellenberger 00020 00021 This program is free software; you can redistribute it and/or modify 00022 it under the terms of the GNU General Public License as published by 00023 the Free Software Foundation; either version 2 of the License, or 00024 (at your option) any later version. 00025 00026 This program is distributed in the hope that it will be useful, 00027 but WITHOUT ANY WARRANTY; without even the implied warranty of 00028 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00029 GNU General Public License for more details. 00030 00031 You should have received a copy of the GNU General Public License 00032 along with this program; see the file COPYING. If not, write to the 00033 Free Software Foundation, Inc., 59 Temple Place, Suite 330, 00034 Boston, MA 02111-1307 USA 00035 */ 00036 00037 #ifndef global_os_h_included 00038 #define global_os_h_included 00039 00040 typedef unsigned int PointerSizedInt; 00041 00042 #ifndef minimalIO 00043 // #define sdlheader "SDL.h" 00044 // #define sdlmixerheader "SDL_mixer.h" 00045 // #include sdlheader 00046 #endif 00047 // #include <string> // some Standard library include file to define the namespace std 00048 using namespace std; 00049 #define HAVE_STRICMP 00050 #define HAVE_ITOA 00051 #define HAVE_DIRENT_H 00052 #define HAVE_STDIO_H 00053 #define StaticClassVariable 00054 #define NoStdio 00055 00056 #define CASE_SENSITIVE_FILE_NAMES 0 00057 #define USE_HOME_DIRECTORY 0 00058 00059 00060 #endif
1.4.2