You've been busy :-)

On Tue, 2007-01-30 at 22:01 +0000, 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'll commit that.

> I suppose it's also needed to fix the import libs, but don't know
> where to do that (and it's not needed for programs to work).

src/cegcc/importlibs/defs/coredll.def is the file where this happens.
Actually I grepped in the directory to figure out which DLL exactly. The
MSDN page you refer to described a msgque.lib, but we don't have a
definition file for that library.

dannypc: {15} fgrep MsgWaitForMul *def
coredll.def:MsgWaitForMultipleObjectsEx
dannypc: {16} 

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.

        Danny
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info

Attachment: signature.asc
Description: This is a digitally signed message part

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to