mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-03 11:03:47 +00:00
chore(Deps/Acelite): Update to 6.5.10 (#3450)
This commit is contained in:
21
deps/acelite/ace/Static_Object_Lock.h
vendored
21
deps/acelite/ace/Static_Object_Lock.h
vendored
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user