[Zlib-devel] zlib 1.2.4.1 beta
Vincent Torri
vtorri at univ-evry.fr
Sun Mar 28 19:16:34 EDT 2010
On Sun, 28 Mar 2010, Mark Adler wrote:
>> 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?
_setmode for Windows desktop is declared in io.h :
http://msdn.microsoft.com/en-us/library/tw4k6df8%28VS.80%29.aspx
As mentioned in the Requirements section of this web page, the
compatibility is :
ANSI, Windows 95, Windows 98, Windows 98 Second Edition, Windows
Millennium Edition, Windows NT 4.0, Windows 2000, Windows XP Home Edition,
Windows XP Professional, Windows Server 2003
_setmode for Windows CE is declared in stdlib.h :
http://msdn.microsoft.com/en-us/library/ms861138.aspx
As mentioned in the Requirements section of this web page, the
compatibility is :
OS Versions: Windows CE 2.0 and later.
Header: stdlib.h.
Vincent Torri
More information about the Zlib-devel
mailing list