Re: [Cegcc-devel] Regression due to changes in kfuncs.h

2009-05-15 Thread Danny Backx
Hmm. Oops :-( Thanks for the fix. Danny On Fri, 2009-05-15 at 17:02 +0200, Pierre Ynard wrote: > Index: trunk/cegcc/src/w32api/include/kfuncs.h > === > --- trunk/cegcc/src/w32api/include/kfuncs.h (révision 1275) > +++ tru

Re: [Cegcc-devel] Regression due to changes in kfuncs.h

2009-05-15 Thread Pierre Ynard
After a closer look at the commits... attached patch solves the problem: Index: trunk/cegcc/src/w32api/include/kfuncs.h === --- trunk/cegcc/src/w32api/include/kfuncs.h (révision 1275) +++ trunk/cegcc/src/w32api/include/kfuncs.h

[Cegcc-devel] Regression due to changes in kfuncs.h

2009-05-15 Thread Pierre Ynard
Hello, After updating my toolchain to the latest svn revision, my application won't work properly anymore, it seems to hang at some point. I narrowed it down to the changes in the w32api directory. Prior to revision 1229, it works correctly. (Between revision 1229 and 1241, it won't build.) After