To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43598
------- Additional comments from [EMAIL PROTECTED] Mon Feb 28 11:00:25 -0800
2005 -------
cp, fs: ooo64bit02 already has such types:
/* sal_IntPtr, sal_uIntPtr are integer types designed to hold pointers so that
any valid
* pointer to void can be converted to this type and back to a pointer to void
and the
* result will compare to the original pointer */
#if SAL_TYPES_SIZEOFPOINTER == 4
typedef sal_Int32 sal_IntPtr;
typedef sal_uInt32 sal_uIntPtr;
#elif SAL_TYPES_SIZEOFPOINTER == 8
typedef sal_Int64 sal_IntPtr;
typedef sal_uInt64 sal_uIntPtr;
#else
#error "Please make sure SAL_TYPES_SIZEOFPOINTER is defined for your
architecture/compiler"
#endif
---------------------------------------------------------------------
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]