25 #ifndef MediaInfo_ConstH
26 #define MediaInfo_ConstH
31 #include <ZenLib/Conf.h>
34 namespace MediaInfoLib
114 FileOption_Nothing =0x00,
125 #define __T(__x) __T(__x)
126 #if defined(UNICODE) || defined (_UNICODE)
127 typedef wchar_t Char;
129 #define __T(__x) L ## __x
135 typedef std::basic_string<MediaInfoLib::Char> String;
136 typedef std::basic_stringstream<MediaInfoLib::Char> StringStream;
137 typedef std::basic_istringstream<MediaInfoLib::Char> tiStringStream;
138 typedef std::basic_ostringstream<MediaInfoLib::Char> toStringStream;