Changeset 3434


Ignore:
Timestamp:
Mar 2, 2011 6:40:55 AM (13 years ago)
Author:
ming
Message:

Re #1202: Fixed compilation error in os_info_iphone.m on iPhoneSimulator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/os_info_iphone.m

    r3428 r3434  
    1818 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    1919 */ 
     20#ifdef TARGET_IPHONE_SIMULATOR == 0 
     21 
    2022#include <pj/os.h> 
    2123#include <pj/string.h> 
     
    4648    ALLOC_CP_STR([device systemVersion], machine); 
    4749} 
     50 
     51#endif 
Note: See TracChangeset for help on using the changeset viewer.