fix preprocessor typo

This commit is contained in:
Arvid Norberg
2012-10-21 15:19:23 +00:00
parent 281b7d4768
commit f61b95f782

View File

@@ -88,7 +88,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <ifaddrs.h>
#endif
#if defined(TORRENT_OS2) and !defined(IF_NAMESIZE)
#if defined(TORRENT_OS2) && !defined(IF_NAMESIZE)
#define IF_NAMESIZE IFNAMSIZ
#endif