Re: [Mingw-w64-public] binmode.o is doing nothing

2013-09-25 Thread Earnie Boyd
On Tue, Sep 24, 2013 at 2:15 PM, Kai Tietz wrote: > > The binary-mode is default behavior for mingw-w64. So of course there > is no difference in using binmode.o object. That we install this > object-file at all is IMHO a bug, or better said useless. > Why was this decision made? It seems a bi

Re: [Mingw-w64-public] binmode.o is doing nothing

2013-09-25 Thread Hannes Domani
Hello, > > As it is now, if I link binmode.o to the application, it does nothing. (or > > is this intended?) > > With this, I get the expected behavior (all opened files are by default > > opened in binary mode). > The binary-mode is default behavior for mingw-w64.  So of course there > is no d

Re: [Mingw-w64-public] binmode.o is doing nothing

2013-09-24 Thread Kai Tietz
Hello, 2013/9/24 Hannes Domani : > Hello > > As it is now, if I link binmode.o to the application, it does nothing. (or is > this intended?) > With this, I get the expected behavior (all opened files are by default > opened in binary mode). The binary-mode is default behavior for mingw-w64. So

[Mingw-w64-public] binmode.o is doing nothing

2013-09-24 Thread Hannes Domani
Hello As it is now, if I link binmode.o to the application, it does nothing. (or is this intended?) With this, I get the expected behavior (all opened files are by default opened in binary mode). I've mirrored the behavior from txtmode.c in this patch. Regards Domani Hannes binmode.patch Desc