00001 /* Copyright (c) MediaArea.net SARL. All Rights Reserved. 00002 * 00003 * Use of this source code is governed by a zlib-style license that can 00004 * be found in the License.txt file in the root of the source tree. 00005 */ 00006 00007 //--------------------------------------------------------------------------- 00008 #ifndef ZenConf_InternalH 00009 #define ZenConf_InternalH 00010 //--------------------------------------------------------------------------- 00011 00012 #include "ZenLib/Conf.h" 00013 00014 //*************************************************************************** 00015 // Choice of method 00016 //*************************************************************************** 00017 00018 #ifndef ZENLIB_USEWX 00019 #ifndef WINDOWS 00020 #define ZENLIB_STANDARD //We select the C/C++ standard as much as possible 00021 #endif 00022 #endif //ZENLIB_USEWX 00023 00024 #endif