mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
13 lines
252 B
C
13 lines
252 B
C
#ifndef ACE_CONFIG_MACOSX_SNOWLEOPARD_H
|
|
#define ACE_CONFIG_MACOSX_SNOWLEOPARD_H
|
|
|
|
#include "ace/config-macosx-leopard.h"
|
|
|
|
#ifdef __clang__
|
|
#define ACE_ANY_OPS_USE_NAMESPACE
|
|
#endif
|
|
|
|
#define ACE_LACKS_UCONTEXT_H
|
|
|
|
#endif // ACE_CONFIG_MACOSX_SNOWLEOPARD_H
|