exclude from build if now wchar_t

This commit is contained in:
jez_higgins 2006-05-19 21:15:05 +00:00
parent 8148a0aa46
commit 76a6dd8d45

View file

@ -1,6 +1,7 @@
#include <SAX/ArabicaConfig.h>
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
#ifndef ARABICA_NO_WCHAR_T
#include <Utils/impl/codecvt_specialisations.h>
namespace std
@ -81,3 +82,4 @@ do_max_length() const throw()
} // namespace std
#endif
#endif