FYI: CWS removetooltypes01
Carsten Driesner <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, we are currently working on removing the long deprecated tool types ( e.g. ULONG, USHORT, BYTE, UINT16, UINT32, UINT64, INT16, INT32, INT64, BOOL, TRUE, FALSE ) to get rid of problems with clashing Windows API types. There is a never ending story with native Windows code and precompiled header, although the are prewin and postwin includes. If you are working on larger code sections please try to use other types preferring sal types (e.g. sal_uInt8, sal_Int8, sal_Bool, sal_True/sal_False ...) Regards, Carsten and Mikhail