Ignore:
Timestamp:
Jul 19, 2008 6:05:04 PM (16 years ago)
Author:
bennylp
Message:

Fixed build error with some Mingw configuration related to socklen_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/os_auto.h.in

    r1787 r2160  
    104104#undef PJ_HAS_SOCKLEN_T 
    105105 
    106 #if !defined(PJ_HAS_SOCKLEN_T) || PJ_HAS_SOCKLEN_T==0 
     106#if !defined(socklen_t) && (!defined(PJ_HAS_SOCKLEN_T) || PJ_HAS_SOCKLEN_T==0) 
    107107# define PJ_HAS_SOCKLEN_T  1 
    108108  typedef int socklen_t; 
Note: See TracChangeset for help on using the changeset viewer.