To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66726
------- Additional comments from [EMAIL PROTECTED] Mon Jun 26 08:09:06 -0700
2006 -------
When we are at it (sorry for opening it in this issue ;-) ), wouldn't it be
worth changing the order of
#if SAL_TYPES_SIZEOFLONG == 4
typedef signed long sal_Int32;
typedef unsigned long sal_uInt32;
#elif SAL_TYPES_SIZEOFINT == 4
typedef signed int sal_Int32;
typedef unsigned int sal_uInt32;
#else
#error "Could not find 32-bit type, add support for your architecture"
#endif
in sal/inc/sal/types.h to check for SAL_TYPES_SIZEOFINT first - so that
sal_u?Int32 is mostly (unsigned|) int? ;-)
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]