[Zlib-devel] zlib 1.2.4.1 beta
William A. Rowe Jr.
wrowe at rowe-clan.net
Sun Mar 28 19:39:20 EDT 2010
On 3/28/2010 5:31 PM, Mark Adler wrote:
> On Mar 28, 2010, at 3:14 PM, Vincent Torri wrote:
>> Missing .obj files in masmx86 directory, it seems.
>
> Yes, those were removed intentionally.
>
>> The MinGW header files, like Visual Studio header files, have both functions: setmode and _setmode.
>
> Then why wasn't setmode defined in io.h as promised?
Leave this as setmode(), there is no reason to adopt Microsoft's convention.
If they want to make their compiler irrelevant to the C language community,
we have plenty of alternatives.
The only way to use portable C language code on Visual Studio are these two
defines; -D _CRT_SECURE_NO_DEPRECATE -D _CRT_NONSTDC_NO_DEPRECATE as noted in
Makefile.msc.
Vincent, quit messing around with standard API's and just declare these two
defines in the vcproj files, ok?
More information about the Zlib-devel
mailing list