diff -r 11292918de7a code/nel/src/net/unified_network.cpp --- a/code/nel/src/net/unified_network.cpp Wed May 12 12:03:38 2010 +0200 +++ b/code/nel/src/net/unified_network.cpp Wed May 12 12:23:13 2010 +0200 @@ -34,7 +34,7 @@ namespace NLNET { -static uint ThreadCreator = 0; +static size_t ThreadCreator = 0; static const uint64 AppIdDeadConnection = 0xDEAD;