fix preprocessor typo
This commit is contained in:
@@ -88,7 +88,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#include <ifaddrs.h>
|
#include <ifaddrs.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(TORRENT_OS2) and !defined(IF_NAMESIZE)
|
#if defined(TORRENT_OS2) && !defined(IF_NAMESIZE)
|
||||||
#define IF_NAMESIZE IFNAMSIZ
|
#define IF_NAMESIZE IFNAMSIZ
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user