Re: [Harbour] UINT usage in non-Windows core sources

2009-07-03 Thread Viktor Szakáts
Thank you very much. Plain ANSI C is preferred, wherever possible, so this is perfectly fine. IMO uppercase types are best to be reserved for complex ones. Brgds, Viktor Here is the (not very long) list of UINT Windows type usage in non-Windows Harbour source code. I'd like to ask developers

Re: [Harbour] UINT usage in non-Windows core sources

2009-07-03 Thread Mindaugas Kavaliauskas
Here is the (not very long) list of UINT Windows type usage in non-Windows Harbour source code. I'd like to ask developers to take a look at it and change to use some ANSI C types wherever possible. --- contrib/rddsql/hbrddsql.h:167: UINT Leaf; contrib/rddsql/hbrddsql.h:168:

[Harbour] UINT usage in non-Windows core sources

2009-07-02 Thread Viktor Szakáts
Hi All, Here is the (not very long) list of UINT Windows type usage in non-Windows Harbour source code. I'd like to ask developers to take a look at it and change to use some ANSI C types wherever possible. --- contrib/rddsql/hbrddsql.h:167: UINT Leaf; contrib/rddsql/hbrddsql.h