Ignore:
Timestamp:
Aug 25, 2015 8:45:46 AM (9 years ago)
Author:
nanang
Message:

Re #1881: Fixed compile warnings on VS2015 about declaration hides previous declaration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util/cli_telnet.c

    r5113 r5170  
    3737    (defined(PJ_WIN32_WINCE) && PJ_WIN32_WINCE!=0) 
    3838 
     39/* Undefine EADDRINUSE first, we want it equal to WSAEADDRINUSE, 
     40 * while WinSDK 10 defines it to another value. 
     41 */ 
     42#undef EADDRINUSE 
    3943#define EADDRINUSE WSAEADDRINUSE 
    4044 
Note: See TracChangeset for help on using the changeset viewer.