mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
8 lines
207 B
C
8 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 */
|
|
|