Win32 Port of Safari

Harri Porten porten at kde.org
Fri Jan 10 12:36:18 GMT 2003


On Fri, 10 Jan 2003, David Faure wrote:

> Isn't there a way to have a global typedef for "long long"?
> Hmm, since it's not a single word that might be hard.
> Maybe we need longlong and ulonglong...

How about K_INT64 ?

> - -    bool hasPseudoStyle() const { return pseudoStyle; }
> +    bool hasPseudoStyle() const { return pseudoStyle != NULL; } // AJG
> 
> Seems the bool handling is very different :(((

MSVC issues a warning about effectiveness of this type cast. Is probably
possible to disable.

Harri.





More information about the kfm-devel mailing list