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:
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
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
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.)