Re: FYI: CWS removetooltypes01
Regina Henschel <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Carsten, Carsten Driesner schrieb: > 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 ...) > Is there a special reason to use sal_Bool, sal_True/sal_False instead of the native bool, true, false? Or can I use the native ones, if I want? Kind regards Regina