[10643] Update the ACE part we use to 5.8.2

Signed-off-by: Neo2003 <Neo.2003@Hotmail.fr>
This commit is contained in:
Neo2003 2010-10-25 20:36:51 +02:00
parent 8f71d95c0d
commit 23c920ca4b
739 changed files with 22031 additions and 40373 deletions

View file

@ -98,7 +98,9 @@
#include <ace/OS_NS_arpa_inet.h>
#if PLATFORM == PLATFORM_WINDOWS
# define FD_SETSIZE 4096
# if !defined (FD_SETSIZE)
# define FD_SETSIZE 4096
# endif
# include <ace/config-all.h>
// XP winver - needed to compile with standard leak check in MemoryLeaks.h
// uncomment later if needed