Re: [Cegcc-devel] Fix struct BY_HANDLE_FILE_INFORMATI ON.

2009-12-10 Thread Vincent R.
On Thu, 10 Dec 2009 11:39:43 +, Pedro Alves wrote: > A collegue found out the hard way that GetFileInformationByHandle > was stomping the stack. Turns out that struct BY_HANDLE_FILE_INFORMATION > was missing a field on CE > . > I've appli

[Cegcc-devel] Fix struct BY_HANDLE_FILE_INFORMATION.

2009-12-10 Thread Pedro Alves
A collegue found out the hard way that GetFileInformationByHandle was stomping the stack. Turns out that struct BY_HANDLE_FILE_INFORMATION was missing a field on CE . I've applied this patch to fix this. 2009-12-10 Pedro Alves *