From 13741c7ec54a9ff03c0b6bb5b4fe065334c93f9d Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 13 Sep 2012 22:33:27 +0000 Subject: [PATCH] Define SECURITY_WIN32 for Winelib/Cygwin builds as well as for VC. This should perhaps go into winmisc.c: it's caused problems for other people too: git-svn-id: svn://svn.tartarus.org/sgt/putty@9662 cda61777-01e9-0310-a592-d414129be87e --- Recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/Recipe b/Recipe index 94069153..c566c7a3 100644 --- a/Recipe +++ b/Recipe @@ -193,6 +193,7 @@ RCFLAGS = $(RCFLAGS) $(VER) !end !begin cygwin vars # XXX GNU-ism, but it's probably all right for a Cygwin/MinGW Makefile. +CFLAGS += -DSECURITY_WIN32 RCFLAGS += $(patsubst -D%,--define %,$(VER)) !end !begin borland vars -- 2.11.0