Fixed compiling with Visual Studio 2008
This commit is contained in:
parent
adc9598f1a
commit
7411f7531b
7 changed files with 94 additions and 52 deletions
|
@ -39,6 +39,12 @@ __declspec(selectany) int _fltused = 1;
|
|||
|
||||
#else
|
||||
|
||||
void
|
||||
__declspec(naked)
|
||||
_chkstk()
|
||||
{
|
||||
}
|
||||
|
||||
/* Float to long */
|
||||
void
|
||||
__declspec(naked)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue