Re: Michael Stefaniuc : winefile: Replace malloc with HeapAlloc.

2007-07-26 Thread Michael Stefaniuc
Hello Martin, Martin Fuchs wrote: > may I ask why you are replacing the simple malloc/free calls > by the more complicated HeapAlloc API? This just makes > the source longer and less readable. There is no point in avoiding > C library usage in Winefile. It is just a unix application using > Wine l

Re: Michael Stefaniuc : winefile: Replace malloc with HeapAlloc.

2007-07-25 Thread Martin Fuchs
Hello, may I ask why you are replacing the simple malloc/free calls by the more complicated HeapAlloc API? This just makes the source longer and less readable. There is no point in avoiding C library usage in Winefile. It is just a unix application using Wine libraries - not a Wine system library