diff options
author | kent <kent@pkgsrc.org> | 2002-08-21 12:59:17 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2002-08-21 12:59:17 +0000 |
commit | 8ed29774509cff7d4ec2898aab6d8bf365258857 (patch) | |
tree | ba777dc86d8de768b36b07cd528524f495db2a3b /devel/w32api/patches | |
parent | e49eb5d56bf089279ca4bd287e54c0842adfd926 (diff) | |
download | pkgsrc-8ed29774509cff7d4ec2898aab6d8bf365258857.tar.gz |
Sync with PEACE repositry
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/devel/w32api/
* Update w32api to 1.5
- Add comcat.h, mapi.h, ntsecpkg.h, schannel.h, schnlsp.h,
security.h, sspi.h, wsnetbs.h,
- Many bug fixes
* Add crt files for PEACE
Diffstat (limited to 'devel/w32api/patches')
-rw-r--r-- | devel/w32api/patches/patch-ai | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/w32api/patches/patch-ai b/devel/w32api/patches/patch-ai index ce9b2d015ab..9a73c8f8bd9 100644 --- a/devel/w32api/patches/patch-ai +++ b/devel/w32api/patches/patch-ai @@ -1,13 +1,13 @@ -$NetBSD: patch-ai,v 1.1 2001/10/21 12:39:07 kent Exp $ +$NetBSD: patch-ai,v 1.2 2002/08/21 12:59:17 kent Exp $ ---- include/windows.h.orig Thu Aug 30 13:25:59 2001 +--- include/windows.h.orig Thu Apr 11 10:18:59 2002 +++ include/windows.h -@@ -142,7 +142,7 @@ +@@ -149,7 +149,7 @@ #define __USE_W32_SOCKETS #endif #endif -#if defined(__USE_W32_SOCKETS) || !(defined(__CYGWIN__) || defined(__MSYS__) || defined(_UWIN)) +#if defined(__USE_W32_SOCKETS) || !(defined(__CYGWIN__) || defined(__MSYS__) || defined(_UWIN) || defined(__NetBSDPE__)) - #if (_WIN32_WINNT >= 0x0400) && (__W32API_MAJOR_VERSION > 0) + #if (_WIN32_WINNT >= 0x0400) #include <winsock2.h> /* |