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
13 lines
469 B
Text
13 lines
469 B
Text
$NetBSD: patch-ai,v 1.2 2002/08/21 12:59:17 kent Exp $
|
|
|
|
--- include/windows.h.orig Thu Apr 11 10:18:59 2002
|
|
+++ include/windows.h
|
|
@@ -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)
|
|
#include <winsock2.h>
|
|
/*
|