#43: VC9 inet_ntop
----------------------------+-----------------------------------------------
 Reporter:  sunside         |       Owner:  vadim          
     Type:  defect          |      Status:  new            
 Priority:  trivial         |   Milestone:  QuteCom 2.2-RC2
Component:  3rd party libs  |     Version:  2.2-RC3        
 Keywords:  vc9             |  
----------------------------+-----------------------------------------------
 inet_ntop() seems to be defined for VC9.0, so in oswl_address.c around
 line 186 the inet_ntop can be excluded. The following worked for me:

 {{{
 #if _MSC_VER <= 1400

 static const char *
 inet_ntop
 (
         int af,
         const void * src,
         char * dst,
         size_t size
 )
 {
 /* ... etc. ... */
 }

 #endif
 }}}

-- 
Ticket URL: <http://trac.qutecom.org/ticket/43>
QuteCom <http://trac.qutecom.org>

_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to