14 #ifndef MediaInfo_ConstH
15 #define MediaInfo_ConstH
21 #include <ZenLib/Conf.h>
105 FileOption_Nothing =0x00,
116 #define __T(__x) __T(__x)
117 #if defined(UNICODE) || defined (_UNICODE)
118 typedef wchar_t Char;
120 #define __T(__x) L ## __x
126 typedef std::basic_string<MediaInfoLib::Char>
String;