comparison 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
comparison
equal deleted inserted replaced
2764:4868c0df2e83 2765:f55c87ae336b
198 #ifdef _WIN32_WCE 198 #ifdef _WIN32_WCE
199 "Windows CE" 199 "Windows CE"
200 #else 200 #else
201 "Windows" 201 "Windows"
202 #endif 202 #endif
203 #elif __IPHONEOS__
204 "iPhone OS"
203 #else 205 #else
204 "an unknown operating system! (see SDL_platform.h)" 206 "an unknown operating system! (see SDL_platform.h)"
205 #endif 207 #endif
206 ); 208 );
207 } 209 }