LibreOffice Module tools (master) 1
|
Go to the source code of this file.
Typedefs | |
typedef sal_uIntPtr | sal_uLong |
Intermediate type to solve type clash with Windows headers. More... | |
typedef sal_uInt8 | SVBT16[2] |
typedef sal_uInt8 | SVBT32[4] |
typedef sal_uInt8 | SVBT64[8] |
typedef sal_uIntPtr sal_uLong |
Intermediate type to solve type clash with Windows headers.
Should be removed as soon as all code parts have been reviewed and the correct type is known. Most of the times ULONG is meant to be a 32-Bit unsigned integer type as sal_uInt32 is often used for data exchange or for similar method args.