Fixed compiling with Visual Studio 2008

This commit is contained in:
Sam Lantinga 2010-08-29 14:22:22 -07:00
parent adc9598f1a
commit 7411f7531b
7 changed files with 94 additions and 52 deletions

View file

@ -39,6 +39,12 @@ __declspec(selectany) int _fltused = 1;
#else
void
__declspec(naked)
_chkstk()
{
}
/* Float to long */
void
__declspec(naked)