Remove mention of ASCIICTLS. It hasn't done anything since r673 in 2000.

[originally from svn r10113]
[r673 == 5d359d9528]
This commit is contained in:
Jacob Nevins 2014-01-15 23:46:30 +00:00
Родитель 8d5ff561a3
Коммит 638cb07c7d
1 изменённых файлов: 0 добавлений и 6 удалений

6
Recipe
Просмотреть файл

@ -109,12 +109,6 @@
# Makes a couple of minor changes so that PuTTY compiles using
# MSVC 4. You will also need /DNO_SECURITY and /DNO_MULTIMON.
#
# - RCFL=/DASCIICTLS (Windows only)
# Uses ASCII rather than Unicode to specify the tab control in
# the resource file. Probably most useful when compiling with
# 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