mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-17 18:28:28 +00:00
On x86, pass -nodefaultlib to linker when wanting to avoid the C library
This commit is contained in:
parent
d4d99e8c29
commit
c3b13346e0
3 changed files with 54 additions and 0 deletions
|
@ -126,6 +126,12 @@ _ftol2_sse()
|
|||
_ftol();
|
||||
}
|
||||
|
||||
void
|
||||
_ftol2()
|
||||
{
|
||||
_ftol();
|
||||
}
|
||||
|
||||
/* 64-bit math operators for 32-bit systems */
|
||||
void
|
||||
__declspec(naked)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue