mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
9 lines
281 B
C
9 lines
281 B
C
// $Id: config-macosx-iphone-simulator.h 88653 2010-01-21 23:19:50Z sowayaa $
|
|
#ifndef ACE_CONFIG_MACOSX_IPHONE_SIMULATOR_H
|
|
#define ACE_CONFIG_MACOSX_IPHONE_SIMULATOR_H
|
|
|
|
#define ACE_HAS_IPHONE
|
|
#include "ace/config-macosx-snowleopard.h"
|
|
|
|
#endif ACE_CONFIG_MACOSX_IPHONE_SIMULATOR_H
|
|
|