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