mirror of
https://github.com/mirror/tinycc.git
synced 2026-09-01 12:07:53 +08:00
- Updated msvcrt.def with symbols from 64bit version of dll - it contains the float math functions missing in the 32bit dll. - Made sure this patch only apply to to WIN32 and WIN64. For WIN32 float functions calls the double variants, on 64bit they are called natively.