nspr: update nspr to hg rev 753fe0f7964c

This commit is contained in:
Roy Tam 2019-02-22 21:39:39 +08:00
commit 50f657b9c7
14 changed files with 54 additions and 50 deletions

View file

@ -247,7 +247,7 @@ static PRInt32 PR_CALLBACK Ipv6ToIpv4SocketRecvFrom(PRFileDesc *fd, void *buf,
#if defined(_PR_INET6_PROBE)
static PRBool ipv6_is_present;
extern PRBool _pr_test_ipv6_socket(void);
PR_EXTERN(PRBool) _pr_test_ipv6_socket(void);
#if !defined(_PR_INET6) && defined(_PR_HAVE_GETIPNODEBYNAME)
extern PRStatus _pr_find_getipnodebyname(void);

View file

@ -9,6 +9,12 @@
#include "primpl.h"
#if defined(_WIN64)
#if defined(_MSC_VER)
#pragma comment(lib, "ws2_32.lib")
#endif
#endif
#define READ_FD 1
#define WRITE_FD 2
#define CONNECT_FD 3

View file

@ -54,7 +54,7 @@ PRVersionDescription VERSION_DESC_NAME =
/* filename */ _PRODUCTION, /* the produced library name */
/* description */ "Portable runtime", /* what we are */
/* security */ "N/A", /* not applicable here */
/* copywrite */ "Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved",
/* copywrite */ "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
/* comment */ "License information: http://www.mozilla.org/MPL/",
/* specialString */ ""
};