changeset 2434:12d3b55ebbfc gsoc2008_iphone

Added string for iPhone OS platform to the list
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Fri, 15 Aug 2008 00:59:44 +0000
parents 450a9bf50c37
children 775e061e9440
files test/testplatform.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/testplatform.c	Fri Aug 15 00:59:14 2008 +0000
+++ b/test/testplatform.c	Fri Aug 15 00:59:44 2008 +0000
@@ -200,6 +200,8 @@
 #else
                "Windows"
 #endif
+#elif __IPHONEOS__
+			   "iPhone OS"
 #else
                "an unknown operating system! (see SDL_platform.h)"
 #endif