mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 09:12:24 +00:00
Remove -DNO_SECURITY from the cygwin build, since <aclapi.h> has been
available in cygwin for a year and a half. Pointed out by Bruno Kozlowski. [originally from svn r3282]
This commit is contained in:
parent
2fa49b7139
commit
f97b7768ab
4
Recipe
4
Recipe
@ -42,10 +42,6 @@
|
|||||||
# will run fine on Win95-series OSes where there is no access
|
# will run fine on Win95-series OSes where there is no access
|
||||||
# control anyway).
|
# control anyway).
|
||||||
#
|
#
|
||||||
# Note that this definition is always enabled in the Cygwin
|
|
||||||
# build, since at the time of writing this <aclapi.h> is known
|
|
||||||
# not to be available in Cygwin.
|
|
||||||
#
|
|
||||||
# - COMPAT=/DNO_MULTIMON
|
# - COMPAT=/DNO_MULTIMON
|
||||||
# Disables PuTTY's use of <multimon.h>, which is not available
|
# Disables PuTTY's use of <multimon.h>, which is not available
|
||||||
# with some development environments. This means that PuTTY's
|
# with some development environments. This means that PuTTY's
|
||||||
|
@ -311,7 +311,7 @@ print
|
|||||||
"# RCINC = --include-dir c:\\cygwin\\include\\\n".
|
"# RCINC = --include-dir c:\\cygwin\\include\\\n".
|
||||||
"\n".
|
"\n".
|
||||||
&splitline("CFLAGS = -mno-cygwin -Wall -O2 -D_WINDOWS -DDEBUG -DWIN32S_COMPAT".
|
&splitline("CFLAGS = -mno-cygwin -Wall -O2 -D_WINDOWS -DDEBUG -DWIN32S_COMPAT".
|
||||||
" -DNO_SECURITY -D_NO_OLDNAMES -DNO_MULTIMON -I.")."\n".
|
" -D_NO_OLDNAMES -DNO_MULTIMON -I.")."\n".
|
||||||
"LDFLAGS = -mno-cygwin -s\n".
|
"LDFLAGS = -mno-cygwin -s\n".
|
||||||
&splitline("RCFLAGS = \$(RCINC) --define WIN32=1 --define _WIN32=1".
|
&splitline("RCFLAGS = \$(RCINC) --define WIN32=1 --define _WIN32=1".
|
||||||
" --define WINVER=0x0400 --define MINGW32_FIX=1")."\n".
|
" --define WINVER=0x0400 --define MINGW32_FIX=1")."\n".
|
||||||
|
Loading…
Reference in New Issue
Block a user