[Scummvm-devel] ScummVM not working anymore was: Re: Slowww

Max Horn max at quendi.de
Tue Apr 4 13:15:06 CEST 2006


Am 04.04.2006 um 21:29 schrieb Lars Persson:

> Hi!
> This is one of the reasons why scummvm compiling for me (see the  
> comments):
> GENERATE_TRIVIAL_HASH_FUNCTOR(bool);
> GENERATE_TRIVIAL_HASH_FUNCTOR(char);
> GENERATE_TRIVIAL_HASH_FUNCTOR(signed char);
> GENERATE_TRIVIAL_HASH_FUNCTOR(unsigned char);
> GENERATE_TRIVIAL_HASH_FUNCTOR(wchar_t);// WCHAR type
> GENERATE_TRIVIAL_HASH_FUNCTOR(short);
> GENERATE_TRIVIAL_HASH_FUNCTOR(int);
> GENERATE_TRIVIAL_HASH_FUNCTOR(long);
> GENERATE_TRIVIAL_HASH_FUNCTOR(unsigned short); // This is not any  
> good if the wchar_t is typedeffed as a unsigned short.
> GENERATE_TRIVIAL_HASH_FUNCTOR(unsigned int);
> GENERATE_TRIVIAL_HASH_FUNCTOR(unsigned long);
>
> Is there anyway to detect and compare the type for wchar_t with  
> unsigned short int?
>

I removed it, I only added it here by accident (copy & paste) -- we  
are not using wchar_t and won't use it due to portability issues (as  
you have just noticed ;-).


Cheers,
Max




More information about the Scummvm-devel mailing list