Fixed bug #777
Implemented SDL_GetPlatform() --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403911
This commit is contained in:
parent
1035ec66ff
commit
a305eb8541
5 changed files with 84 additions and 114 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue