Implemented SDL_GetPlatform()

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403911
This commit is contained in:
Sam Lantinga 2009-09-26 10:32:14 +00:00
parent 1035ec66ff
commit a305eb8541
5 changed files with 84 additions and 114 deletions

View file

@ -172,7 +172,7 @@ int main( int argc, char *argv[] )
SDL_ATprintErr( "Tests run with SDL %d.%d.%d revision %d\n",
ver.major, ver.minor, ver.patch, rev );
SDL_ATprintErr( "System is running %s and is %s endian\n",
platform_getPlatform(),
SDL_GetPlatform(),
#ifdef SDL_LIL_ENDIAN
"little"
#else