From e7324f7934c8fa87ba6471a0d3b62d8a55f54358 Mon Sep 17 00:00:00 2001 From: Ben Harris 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: [originally from svn r9662] --- 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