mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [openbsd-compat/bsd-cygwin_util.h] define WIN32_LEAN_AND_MEAN
for compatibility with future mingw-w64 headers. Patch from vinschen at redhat com.
This commit is contained in:
parent
39a9d2c933
commit
318541854f
|
@ -1,3 +1,8 @@
|
|||
20120828
|
||||
- (dtucker) [openbsd-compat/bsd-cygwin_util.h] define WIN32_LEAN_AND_MEAN
|
||||
for compatibility with future mingw-w64 headers. Patch from vinschen at
|
||||
redhat com.
|
||||
|
||||
20120822
|
||||
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
|
||||
[contrib/suse/openssh.spec] Update version numbers
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: bsd-cygwin_util.h,v 1.14 2012/03/30 03:07:07 djm Exp $ */
|
||||
/* $Id: bsd-cygwin_util.h,v 1.15 2012/08/28 09:57:19 dtucker Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000, 2001, 2011 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
@ -36,6 +36,8 @@
|
|||
|
||||
#undef ERROR
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
||||
#include <windows.h>
|
||||
#include <sys/cygwin.h>
|
||||
#include <io.h>
|
||||
|
|
Loading…
Reference in New Issue