chore(Deps/Acelite): Update to 6.5.10 (#3450)

This commit is contained in:
Kargatum
2020-11-11 22:09:02 +07:00
committed by GitHub
parent a93565b6da
commit e27201cee2
921 changed files with 18238 additions and 33164 deletions

View File

@@ -51,26 +51,5 @@ ACE_END_VERSIONED_NAMESPACE_DECL
#endif /* ACE_HAS_THREADS */
// hack to get around errors while compiling using split-cpp
#if defined (ACE_HAS_THREADS)
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
# if defined (ACE_IS_SPLITTING)
typedef ACE_Cleanup_Adapter<ACE_Recursive_Thread_Mutex> ACE_Static_Object_Lock_Type;
# if defined (__GNUC__)
// With g++, suppress the warning that this is unused.
static ACE_Static_Object_Lock_Type *ACE_Static_Object_Lock_lock __attribute__ ((unused)) = 0;
# else
static ACE_Static_Object_Lock_Type *ACE_Static_Object_Lock_lock = 0;
# endif /* __GNUC__ */
# endif /* ACE_IS_SPLITTING */
ACE_END_VERSIONED_NAMESPACE_DECL
#endif /* ACE_HAS_THREADS */
#include /**/ "ace/post.h"
#endif /* ACE_STATIC_OBJECT_LOCK_H */