[CRT] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 19 Sep 2015 13:50:57 +0000 (13:50 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 19 Sep 2015 13:50:57 +0000 (13:50 +0000)
commit8346163901029c85b8eb43741361688d59e26b10
tree23e7f69e16238e8d4bd1289fa8ab4cff9ca58f35
parent9391f1ae0508e74e80d7b57ca33edf66f30fcad2
[CRT] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114

svn path=/trunk/; revision=69285
117 files changed:
reactos/lib/sdk/crt/conio/cgets.c
reactos/lib/sdk/crt/conio/cputs.c
reactos/lib/sdk/crt/conio/getch.c
reactos/lib/sdk/crt/conio/getche.c
reactos/lib/sdk/crt/conio/kbhit.c
reactos/lib/sdk/crt/conio/putch.c
reactos/lib/sdk/crt/conio/ungetch.c
reactos/lib/sdk/crt/direct/chdrive.c
reactos/lib/sdk/crt/except/amd64/chkstk_asm.s
reactos/lib/sdk/crt/except/amd64/seh.s
reactos/lib/sdk/crt/except/arm/ehandler.c
reactos/lib/sdk/crt/except/i386/chkstk_asm.s
reactos/lib/sdk/crt/except/i386/prolog.s
reactos/lib/sdk/crt/except/i386/seh.s
reactos/lib/sdk/crt/except/i386/seh_prolog.s
reactos/lib/sdk/crt/except/powerpc/chkstk_asm.s
reactos/lib/sdk/crt/except/powerpc/seh.s
reactos/lib/sdk/crt/float/chgsign.c
reactos/lib/sdk/crt/float/copysign.c
reactos/lib/sdk/crt/float/fpecode.c
reactos/lib/sdk/crt/float/i386/clearfp.c
reactos/lib/sdk/crt/float/i386/statfp.c
reactos/lib/sdk/crt/float/nafter.c
reactos/lib/sdk/crt/math/amd64/asin.c
reactos/lib/sdk/crt/math/arm/__rt_div.c
reactos/lib/sdk/crt/math/arm/__rt_div_worker.h
reactos/lib/sdk/crt/math/arm/__rt_sdiv64_worker.c
reactos/lib/sdk/crt/math/cos.c
reactos/lib/sdk/crt/math/i386/alldiv_asm.s
reactos/lib/sdk/crt/math/i386/alldvrm_asm.s
reactos/lib/sdk/crt/math/i386/allmul_asm.s
reactos/lib/sdk/crt/math/i386/allrem_asm.s
reactos/lib/sdk/crt/math/i386/allshl_asm.s
reactos/lib/sdk/crt/math/i386/allshr_asm.s
reactos/lib/sdk/crt/math/i386/atan_asm.s
reactos/lib/sdk/crt/math/i386/aulldiv_asm.s
reactos/lib/sdk/crt/math/i386/aulldvrm_asm.s
reactos/lib/sdk/crt/math/i386/aullrem_asm.s
reactos/lib/sdk/crt/math/i386/aullshr_asm.s
reactos/lib/sdk/crt/math/i386/ceil_asm.s
reactos/lib/sdk/crt/math/i386/cos_asm.s
reactos/lib/sdk/crt/math/i386/fabs_asm.s
reactos/lib/sdk/crt/math/i386/floor_asm.s
reactos/lib/sdk/crt/math/i386/ftol2_asm.s
reactos/lib/sdk/crt/math/i386/ftol_asm.s
reactos/lib/sdk/crt/math/i386/log10_asm.s
reactos/lib/sdk/crt/math/i386/log_asm.s
reactos/lib/sdk/crt/math/i386/sin_asm.s
reactos/lib/sdk/crt/math/i386/sqrt_asm.s
reactos/lib/sdk/crt/math/i386/tan_asm.s
reactos/lib/sdk/crt/math/sin.c
reactos/lib/sdk/crt/mbstring/hanzen.c
reactos/lib/sdk/crt/mbstring/islwr.c
reactos/lib/sdk/crt/mbstring/ismbal.c
reactos/lib/sdk/crt/mbstring/mbscoll.c
reactos/lib/sdk/crt/mbstring/mbscspn.c
reactos/lib/sdk/crt/mbstring/mbsdup.c
reactos/lib/sdk/crt/mbstring/mbsicmp.c
reactos/lib/sdk/crt/mbstring/mbsicoll.c
reactos/lib/sdk/crt/mbstring/mbsncat.c
reactos/lib/sdk/crt/mbstring/mbsncmp.c
reactos/lib/sdk/crt/mbstring/mbsncoll.c
reactos/lib/sdk/crt/mbstring/mbsncpy.c
reactos/lib/sdk/crt/mbstring/mbsnset.c
reactos/lib/sdk/crt/mbstring/mbsrchr.c
reactos/lib/sdk/crt/mbstring/mbsset.c
reactos/lib/sdk/crt/mbstring/mbsspn.c
reactos/lib/sdk/crt/mbstring/mbsupr.c
reactos/lib/sdk/crt/mem/i386/memchr_asm.s
reactos/lib/sdk/crt/misc/__crt_MessageBoxA.c
reactos/lib/sdk/crt/misc/amsg.c
reactos/lib/sdk/crt/misc/assert.c
reactos/lib/sdk/crt/printf/_sxprintf.c
reactos/lib/sdk/crt/printf/_vscwprintf.c
reactos/lib/sdk/crt/printf/vfwprintf_s.c
reactos/lib/sdk/crt/printf/vprintf_s.c
reactos/lib/sdk/crt/printf/vwprintf_s.c
reactos/lib/sdk/crt/printf/wprintf_s.c
reactos/lib/sdk/crt/process/_cwait.c
reactos/lib/sdk/crt/process/_system.c
reactos/lib/sdk/crt/process/dll.c
reactos/lib/sdk/crt/setjmp/i386/setjmp.s
reactos/lib/sdk/crt/stdio/_flswbuf.c
reactos/lib/sdk/crt/stdlib/_set_abort_behavior.c
reactos/lib/sdk/crt/stdlib/abort.c
reactos/lib/sdk/crt/stdlib/errno.c
reactos/lib/sdk/crt/stdlib/getenv.c
reactos/lib/sdk/crt/stdlib/mbtowc.c
reactos/lib/sdk/crt/stdlib/putenv.c
reactos/lib/sdk/crt/stdlib/rot.c
reactos/lib/sdk/crt/stdlib/senv.c
reactos/lib/sdk/crt/stdlib/swab.c
reactos/lib/sdk/crt/string/atoi64.c
reactos/lib/sdk/crt/string/itow.c
reactos/lib/sdk/crt/string/mbstowcs_s.c
reactos/lib/sdk/crt/string/strcoll.c
reactos/lib/sdk/crt/string/strrev.c
reactos/lib/sdk/crt/string/strset.c
reactos/lib/sdk/crt/string/strstr.c
reactos/lib/sdk/crt/string/strxfrm.c
reactos/lib/sdk/crt/string/wcstol.c
reactos/lib/sdk/crt/string/wcstombs_s.c
reactos/lib/sdk/crt/string/witoa.c
reactos/lib/sdk/crt/string/witow.c
reactos/lib/sdk/crt/string/wtoi64.c
reactos/lib/sdk/crt/sys_stat/systime.c
reactos/lib/sdk/crt/time/asctime.c
reactos/lib/sdk/crt/time/strdate.c
reactos/lib/sdk/crt/time/wstrdate.c
reactos/lib/sdk/crt/time/wstrtime.c
reactos/lib/sdk/crt/wstring/wcscoll.c
reactos/lib/sdk/crt/wstring/wcscspn.c
reactos/lib/sdk/crt/wstring/wcsnicmp.c
reactos/lib/sdk/crt/wstring/wcsspn.c
reactos/lib/sdk/crt/wstring/wcsstr.c
reactos/lib/sdk/crt/wstring/wcsupr.c
reactos/lib/sdk/crt/wstring/wcsxfrm.c