Re: FYI: CWS removetooltypes01
Stephan Bergmann <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.general |
|---|---|
| Message-ID | <[email protected]> |
On 01/14/11 12:58, Carsten Driesner wrote: > 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 ...) (sal_Bool should of course only be used when interfacing API that demands it. Everywhere else, please use plain bool.)