Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

VS2010 x64 build problems

7 views
Skip to first unread message

viktor zii

unread,
Jun 25, 2019, 11:11:44 AM6/25/19
to
Hi,

I found 2 build problems of NSPR 4.21 with VS2010 x64.

nspr\pr\src\io\prsocket.c

1. Ln. 340 (compilation error)
PR_ASSERT(fd->secret->nonblocking);
PRInt32 rvSent;

should be changed to
PRInt32 rvSent;
PR_ASSERT(fd->secret->nonblocking);

2. Ln. 1239 (compilation warning)
out_flags = PR_POLL_WRITE;

should be changed to
*out_flags = PR_POLL_WRITE;

BRs.
0 new messages