mirror of
https://github.com/encounter/SDL.git
synced 2025-12-12 14:46:19 +00:00
On x86, pass -nodefaultlib to linker when wanting to avoid the C library
This commit is contained in:
committed by
Sam Lantinga
parent
d4d99e8c29
commit
c3b13346e0
@@ -126,6 +126,12 @@ _ftol2_sse()
|
||||
_ftol();
|
||||
}
|
||||
|
||||
void
|
||||
_ftol2()
|
||||
{
|
||||
_ftol();
|
||||
}
|
||||
|
||||
/* 64-bit math operators for 32-bit systems */
|
||||
void
|
||||
__declspec(naked)
|
||||
|
||||
Reference in New Issue
Block a user