From 30b8d29ff81de06b003d8a7a055f491f4a0cd7d0 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 1 Jun 2006 11:38:40 +0000 Subject: Added "#undef s_addr" in sock.h to fix build error on some Windows platforms git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@484 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/sock.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pjlib/include') diff --git a/pjlib/include/pj/sock.h b/pjlib/include/pj/sock.h index 05d1ef5e..b5a9dcf5 100644 --- a/pjlib/include/pj/sock.h +++ b/pjlib/include/pj/sock.h @@ -174,6 +174,8 @@ typedef struct pj_sockaddr } pj_sockaddr; +#undef s_addr + /** * This structure describes Internet address. */ -- cgit v1.2.3