Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added string for iPhone OS platform to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
Holmes Futrell committed Aug 15, 2008
1 parent c697743 commit 7a0f1de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/testplatform.c
Expand Up @@ -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
Expand Down

0 comments on commit 7a0f1de

Please sign in to comment.