Fixed issues building 64-bit Windows binary
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403783
This commit is contained in:
parent
d4dca0dbc5
commit
d036689ab0
9 changed files with 37 additions and 33 deletions
|
@ -28,7 +28,7 @@
|
|||
#ifndef HAVE_LIBC
|
||||
/* These are some C runtime intrinsics that need to be defined */
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(_MSC_VER) && !defined(_WIN64)
|
||||
|
||||
#ifndef __FLTUSED__
|
||||
#define __FLTUSED__
|
||||
|
@ -40,7 +40,9 @@ __declspec(selectany)
|
|||
#endif
|
||||
|
||||
/* Float to long */
|
||||
void __declspec(naked) _ftol()
|
||||
void
|
||||
__declspec(naked)
|
||||
_ftol()
|
||||
{
|
||||
/* *INDENT-OFF* */
|
||||
__asm {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue