<html><div style='background-color:'><DIV class=RTE>Hi! </DIV>
<DIV class=RTE>This is one of the reasons why scummvm compiling for me (see the comments):</DIV>
<DIV class=RTE>GENERATE_TRIVIAL_HASH_FUNCTOR(bool);<BR>GENERATE_TRIVIAL_HASH_FUNCTOR(char);<BR>GENERATE_TRIVIAL_HASH_FUNCTOR(signed char);<BR>GENERATE_TRIVIAL_HASH_FUNCTOR(unsigned char);<BR>GENERATE_TRIVIAL_HASH_FUNCTOR(wchar_t);// WCHAR type<BR>GENERATE_TRIVIAL_HASH_FUNCTOR(short);<BR>GENERATE_TRIVIAL_HASH_FUNCTOR(int);<BR>GENERATE_TRIVIAL_HASH_FUNCTOR(long);<BR>GENERATE_TRIVIAL_HASH_FUNCTOR(unsigned short); // This is not any good if the wchar_t is typedeffed as a unsigned short. <BR>GENERATE_TRIVIAL_HASH_FUNCTOR(unsigned int);<BR>GENERATE_TRIVIAL_HASH_FUNCTOR(unsigned long);</DIV>
<DIV class=RTE> </DIV>
<DIV class=RTE>Is there anyway to detect and compare the type for wchar_t with unsigned short int?</DIV>
<DIV class=RTE> </DIV>
<DIV class=RTE>br Lars<BR></DIV>
<DIV class=RTE> </DIV></div></html>