Win32 Port of Safari

David Faure dfaure at klaralvdalens-datakonsult.se
Fri Jan 10 12:26:16 GMT 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

+#if defined (WIN32_NATIVE)
+typedef int64_t DOMTimeStamp;
+#else
 typedef unsigned long long DOMTimeStamp;
+#endif

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...

+#if defined(WIN32_NATIVE)
+protected:
+#endif
For changes like this we need some explanation (where is the calling code
that needs this).

- -    bool hasPseudoStyle() const { return pseudoStyle; }
+    bool hasPseudoStyle() const { return pseudoStyle != NULL; } // AJG

Seems the bool handling is very different :(((

- -- 
David Faure -- faure at kde.org, dfaure at klaralvdalens-datakonsult.se
Klarälvdalens Datakonsult AB, Platform-independent software solutions
Contributing to: http://www.konqueror.org/, http://www.koffice.org/
KOffice-1.2.1 is available - http://download.kde.org/stable/koffice-1.2.1/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+Hrvo72KcVAmwbhARAgMjAJ9u0l3HSVCDpuEgnESq6HUq9M8TmACffT4+
OUPVSWH1/6Q7ACObW68Gzqw=
=QvCG
-----END PGP SIGNATURE-----





More information about the kfm-devel mailing list