]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fixes for winelib building (used by our Coverity build).
authorSimon Tatham <anakin@pobox.com>
Tue, 14 Feb 2017 23:19:13 +0000 (23:19 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 14 Feb 2017 23:25:26 +0000 (23:25 +0000)
commit991d30412d0911e7727a852d0a00ae0f1bec1b3e
treea9c62d8d7f7972e601e966a20f1caf5ebe211776
parentbec33b23119d9363854a2d0b4f4ca0fe893827aa
Fixes for winelib building (used by our Coverity build).

Avoided referring to some functions and header files that aren't there
in the winelib world (_vsnprintf, _stricmp, SecureZeroMemory,
multimon.h), and worked around a really amazingly annoying issue in
which Winelib objects to you using the type 'fd_set' unless you
included winsock2.h before stdlib.h.
misc.c
windows/window.c
windows/winnet.c
windows/winsftp.c
windows/winstuff.h