blob: 9a73c8f8bd9376bc929d3c481de3fe37f156fa3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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>
/*
|