1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32:48 -05:00

Add a new COMPAT option for environments lacking SecureZeroMemory(),

rather than explicitly checking for Winelib.  It seems that w32api is
lacking it as well.

[originally from svn r9669]
This commit is contained in:
Ben Harris
2012-09-18 23:05:29 +00:00
parent bc8f2193f6
commit 580103fca2
4 changed files with 8 additions and 3 deletions

5
Recipe
View File

@ -113,6 +113,11 @@
# Cygnus/mingw32, whose resource compiler may have less of a
# problem with it.
#
# - COMPAT=/DNO_SECUREZEROMEMORY (Windows only)
# Disables PuTTY's use of SecureZeroMemory(), which is missing
# from some environments' header files. This is enabled by
# default in the Cygwin Makefile.
#
# - XFLAGS=/DTELNET_DEFAULT
# Causes PuTTY to default to the Telnet protocol (in the absence
# of Default Settings and so on to the contrary). Normally PuTTY