From 7ac53dceae1e66f52268c9f34c5f4187f9f55f4b Mon Sep 17 00:00:00 2001 From: olsner Date: Fri, 9 Apr 2004 12:39:15 +0000 Subject: [PATCH] Added INADDR_LOOPBACK This was SVN commit r198. --- source/lib/sysdep/win/wposix.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/lib/sysdep/win/wposix.h b/source/lib/sysdep/win/wposix.h index 8f66ee29f9..6d4eeee44c 100755 --- a/source/lib/sysdep/win/wposix.h +++ b/source/lib/sysdep/win/wposix.h @@ -403,6 +403,7 @@ struct sockaddr_in #define INET_ADDRSTRLEN 16 #define INADDR_ANY 0 +#define INADDR_LOOPBACK 0x7f000001 #define INADDR_NONE ((in_addr_t)-1) #define IPPROTO_IP 0