mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
9 lines
207 B
C
9 lines
207 B
C
#ifndef ACE_CONFIG_MACOSX_IPHONE_SIMULATOR_H
|
|
#define ACE_CONFIG_MACOSX_IPHONE_SIMULATOR_H
|
|
|
|
#define ACE_HAS_IPHONE
|
|
#include "ace/config-macosx-mavericks.h"
|
|
|
|
#endif /* ACE_CONFIG_MACOSX_IPHONE_SIMULATOR_H */
|
|
|