From 059856aee28d01b0a28ee86b6fb6efc2060229c2 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 10 Sep 2006 16:33:48 +0000 Subject: Fixed autoconf in mingw git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@699 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/src/pjlib-test/ioq_unreg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjlib/src') diff --git a/pjlib/src/pjlib-test/ioq_unreg.c b/pjlib/src/pjlib-test/ioq_unreg.c index d099eb1b..d6ada14b 100644 --- a/pjlib/src/pjlib-test/ioq_unreg.c +++ b/pjlib/src/pjlib-test/ioq_unreg.c @@ -79,7 +79,7 @@ static void on_read_complete(pj_ioqueue_key_t *key, } if (bytes_read < 0) { - if (-bytes_read != PJ_STATUS_FROM_OS(OSERR_EWOULDBLOCK)) + if (-bytes_read != PJ_STATUS_FROM_OS(PJ_BLOCKING_ERROR_VAL)) app_perror("ioqueue reported recv error", -bytes_read); } else { sock_data.received += bytes_read; -- cgit v1.2.3