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:
5
Recipe
5
Recipe
@ -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
|
||||
|
Reference in New Issue
Block a user