Changeset 3434
- Timestamp:
- Mar 2, 2011 6:40:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/os_info_iphone.m
r3428 r3434 18 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 19 */ 20 #ifdef TARGET_IPHONE_SIMULATOR == 0 21 20 22 #include <pj/os.h> 21 23 #include <pj/string.h> … … 46 48 ALLOC_CP_STR([device systemVersion], machine); 47 49 } 50 51 #endif
Note: See TracChangeset
for help on using the changeset viewer.