00001 // PreComp - PreComp file for ZenLib 00002 // Copyright (C) 2006-2011 MediaArea.net SARL, Info@MediaArea.net 00003 // 00004 // Permission is granted to anyone to use this software for any purpose, 00005 // including commercial applications, and to alter it and redistribute it 00006 // freely, subject to the following restrictions: 00007 // 00008 // 1. The origin of this software must not be misrepresented; you must not 00009 // claim that you wrote the original software. If you use this software 00010 // in a product, an acknowledgment in the product documentation would be 00011 // appreciated but is not required. 00012 // 2. Altered source versions must be plainly marked as such, and must not be 00013 // misrepresented as being the original software. 00014 // 3. This notice may not be removed or altered from any source distribution. 00015 // 00016 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 00017 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 00018 // 00019 // Helpers for compilers (precompilation) 00020 // 00021 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 00022 00023 //--------------------------------------------------------------------------- 00024 #ifndef ZenLib_PreCompH 00025 #define ZenLib_PreCompH 00026 //--------------------------------------------------------------------------- 00027 00028 //--------------------------------------------------------------------------- 00029 #if defined(_MSC_VER) || defined(__BORLANDC__) 00030 #include <cstring> 00031 #include <cstdio> 00032 #include <cstdlib> 00033 #include <ctime> 00034 #include <algorithm> 00035 #include <map> 00036 #include <sstream> 00037 #include <iomanip> 00038 #include <cmath> 00039 #include "ZenLib/Conf.h" 00040 #include "ZenLib/Conf_Internal.h" 00041 #endif //defined(_MSC_VER) || defined(__BORLANDC__) 00042 //--------------------------------------------------------------------------- 00043 00044 #endif