Re: [Cegcc-devel] w32api: Fix GetCharWidth32 definition

2007-01-31 Thread Danny Backx
It looks like you've done your homework, and it isn't the first inconsistency I see in the Windows API. Therefore, I've committed this. Danny On Wed, 2007-01-31 at 20:42 +, Nuno Lucas wrote: > On 1/31/07, Danny Backx <[EMAIL PROTECTED]> wrote: > > On Tue, 2007-01-30 at 22:31 +, Nu

Re: [Cegcc-devel] w32api: Fix GetCharWidth32 definition

2007-01-31 Thread Nuno Lucas
On 1/31/07, Danny Backx <[EMAIL PROTECTED]> wrote: > On Tue, 2007-01-30 at 22:31 +, Nuno Lucas wrote: > > The GetCharWidth32 hasn't two variations on WinCE as it has on Windows > > (even if they are the same). > > Yes, this is true for many functions. I'm a bit confused by your > proposed patch

Re: [Cegcc-devel] w32api: Fix GetCharWidth32 definition

2007-01-31 Thread Danny Backx
On Tue, 2007-01-30 at 22:31 +, Nuno Lucas wrote: > The GetCharWidth32 hasn't two variations on WinCE as it has on Windows > (even if they are the same). Yes, this is true for many functions. I'm a bit confused by your proposed patch, and what I see in our libcoredll.a though. In other places,

[Cegcc-devel] w32api: Fix GetCharWidth32 definition

2007-01-30 Thread Nuno Lucas
The GetCharWidth32 hasn't two variations on WinCE as it has on Windows (even if they are the same). This was discovered by simply noticing the import libraries already declare it as they should, only the declaration is wrong. This patch fixes this: --- w32api/include/wingdi.h 2007-01-26 23: