Re: [Cegcc-devel] w32api changes for CE

2006-11-12 Thread Pedro Alves
Kevin O'Connor wrote: > One more addition. > > I need two additional SPI_xxx defines. The names are from: > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceui40/html/cerefSystemParametersInfo.asp > > The values come from the haret code. > Thanks, committed. A few notes:

Re: [Cegcc-devel] w32api changes for CE

2006-11-12 Thread Pedro Alves
Kevin O'Connor wrote: Hi, This is a resend of a patch I sent last week. I'm including additional information on each of the changes. Thank you for doing this. I've tweaked a bit the patch, and added a few validations for the CE version being compiled. Also, CloseToolhelp32Snapshot is W

Re: [Cegcc-devel] w32api changes for CE

2006-11-11 Thread Kevin O'Connor
One more addition. I need two additional SPI_xxx defines. The names are from: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceui40/html/cerefSystemParametersInfo.asp The values come from the haret code. -Kevin --- src/w32api/include/winuser.h(revision 784) +++ src

[Cegcc-devel] w32api changes for CE

2006-11-11 Thread Kevin O'Connor
Hi, This is a resend of a patch I sent last week. I'm including additional information on each of the changes. Changelog: * include/tlhelp32.h: Define CloseToolhelp32Snapshot. CE doesn't have unicode variants of toolhelp (there is a Process32Next, but no Process32NextW.)