From 7a0f1ded399a78ab695d15d616482f4103676366 Mon Sep 17 00:00:00 2001 From: Holmes Futrell Date: Fri, 15 Aug 2008 00:59:44 +0000 Subject: [PATCH] Added string for iPhone OS platform to the list --- test/testplatform.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/testplatform.c b/test/testplatform.c index d4bd054c8..e029eec9a 100644 --- a/test/testplatform.c +++ b/test/testplatform.c @@ -200,6 +200,8 @@ main(int argc, char *argv[]) #else "Windows" #endif +#elif __IPHONEOS__ + "iPhone OS" #else "an unknown operating system! (see SDL_platform.h)" #endif