tinycc/win32/lib
Tyge 024214af2d Finalizing math.h fixes:
- 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.
2020-04-11 02:29:51 +02:00
..
chkstk.S some smaller fixes 2019-07-14 22:46:19 +02:00
crt1.c tccrun.c: standalone backtraces with -bt[N] or -b 2020-01-17 22:58:39 +01:00
crt1w.c win32: adjust new unicode support 2017-02-18 09:51:23 +01:00
dllcrt1.c Add windows constructor/destructor support 2019-11-27 18:29:12 +01:00
dllmain.c correct a DllMain() declaration in dllcrt1.c and dllmain.c 2015-03-03 22:51:13 +03:00
gdi32.def dos2unix 2005-04-17 13:10:37 +00:00
kernel32.def tccrun/win64: cleanup runtime function table 2016-10-19 19:21:27 +02:00
msvcrt.def Finalizing math.h fixes: 2020-04-11 02:29:51 +02:00
user32.def tcc: re-enable correct option -r support 2017-02-20 18:58:08 +01:00
wincrt1.c Add windows constructor/destructor support 2019-11-27 18:29:12 +01:00
wincrt1w.c win32: adjust new unicode support 2017-02-18 09:51:23 +01:00
ws2_32.def Add minimal includes and .def files to support, by default, BSD socket programming on Windows. 2019-04-16 07:26:04 +02:00