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