Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

compat.hpp

Go to the documentation of this file.
00001 /* 00002 * wxChecksums 00003 * Copyright (C) 2003-2004 Julien Couot 00004 * 00005 * This program is free software; you can redistribute it and/or 00006 * modify it under the terms of the GNU General Public License 00007 * as published by the Free Software Foundation; either version 2 00008 * of the License, or (at your option) any later version. 00009 * 00010 * This program is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 * GNU General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU General Public License 00016 * along with this program; if not, write to the Free Software 00017 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00018 */ 00019 00020 /** 00021 * \file compat.hpp 00022 * Miscellaneous compatibility stuff. 00023 */ 00024 00025 #ifndef INC_COMPAT_HPP 00026 #define INC_COMPAT_HPP 00027 00028 //--------------------------------------------------------------------------- 00029 // Don't need wxWidgets headers for the moment... 00030 /*// For compilers that support precompilation, includes "wx.h". 00031 #include <wx/wxprec.h> 00032 00033 #ifdef __BORLANDC__ 00034 #pragma hdrstop 00035 #endif 00036 00037 #ifndef WX_PRECOMP 00038 // Include your minimal set of headers here, or wx.h 00039 #include <wx/wx.h> 00040 #endif */ 00041 //--------------------------------------------------------------------------- 00042 00043 00044 #if defined(__VISUALC__) 00045 /// The C++ standard namespace. 00046 namespace std 00047 { 00048 } 00049 #endif // defined(__VISUALC__) 00050 //--------------------------------------------------------------------------- 00051 00052 #endif // INC_COMPAT_HPP

Generated on Sun May 30 13:37:44 2004 for wxChecksums by doxygen 1.3.7