comparison test/testplatform.c @ 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 c9aa6bcb26f3
children
comparison
equal deleted inserted replaced
2433:450a9bf50c37 2434:12d3b55ebbfc
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 }