# HG changeset patch # User Daniel Atallah # Date 1267400451 0 # Node ID e431442dd5c2dbc5c713a231253845b2333fc854 # Parent c9a5b4ddff87eca84a4886ccadec95cf1dca8a59 Suppress redefinition warning diff -r c9a5b4ddff87 -r e431442dd5c2 libpurple/protocols/mxit/mxit.h --- a/libpurple/protocols/mxit/mxit.h Sun Feb 28 23:40:18 2010 +0000 +++ b/libpurple/protocols/mxit/mxit.h Sun Feb 28 23:40:51 2010 +0000 @@ -37,7 +37,9 @@ #endif #elif defined( _WIN32 ) /* windows architecture */ +#ifndef HOST_NAME_MAX #define HOST_NAME_MAX 512 +#endif #include "libc_interface.h" #elif defined( __linux__ ) /* linux architecture */