Re: [Cegcc-devel] Fix definition for MsgWaitForMultipleObjects

2007-01-31 Thread Nuno Lucas
On 1/31/07, Danny Backx <[EMAIL PROTECTED]> wrote: [...] > As you can see, the definition file already contains the function as it > should, and doesn't define the macro. So no need to edit that. I know remember some mail from Pedro were he said he genereted the import libs from the actual WinCE D

Re: [Cegcc-devel] Fix definition for MsgWaitForMultipleObjects

2007-01-31 Thread Danny Backx
You've been busy :-) On Tue, 2007-01-30 at 22:01 +, Nuno Lucas wrote: > The current declaration for MsgWaitForMultipleObjects is the same as > on standard windows, but on Windows CE it's a define wrapper for > MsgWaitForMultiplesObjectsEx [1]. > > This patch fixes the winuser.h header: Ok, I

[Cegcc-devel] Fix definition for MsgWaitForMultipleObjects

2007-01-30 Thread Nuno Lucas
The current declaration for MsgWaitForMultipleObjects is the same as on standard windows, but on Windows CE it's a define wrapper for MsgWaitForMultiplesObjectsEx [1]. This patch fixes the winuser.h header: Index: winuser.h === --- w