diff test/testplatform.c @ 2765:f55c87ae336b

Final merge of Google Summer of Code 2008 work... Bring SDL to iPhone and iPod Touch by Holmes Futrell, mentored by Sam Lantinga
author Sam Lantinga <slouken@libsdl.org>
date Sat, 04 Oct 2008 06:46:59 +0000
parents c9aa6bcb26f3
children 245a7d79577c
line wrap: on
line diff
--- a/test/testplatform.c	Wed Sep 17 08:24:51 2008 +0000
+++ b/test/testplatform.c	Sat Oct 04 06:46:59 2008 +0000
@@ -200,6 +200,8 @@
 #else
                "Windows"
 #endif
+#elif __IPHONEOS__
+               "iPhone OS"
 #else
                "an unknown operating system! (see SDL_platform.h)"
 #endif