[CRT][NTDLL]
authorThomas Faber <thomas.faber@reactos.org>
Tue, 24 Jul 2012 16:45:50 +0000 (16:45 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Tue, 24 Jul 2012 16:45:50 +0000 (16:45 +0000)
commitf3417b4646589941fb29b59f774b9f161ec6990f
tree3e8f4c98983dbb29db114aa37255c0220818c71a
parentaa8dbbffd8f25bc6d9e5249ef24e3897cb89653f
[CRT][NTDLL]
- Separate some _CI* functions into their own files and export them from ntdll. Patch by Vincenzo Cotugno.
See issue #7085 for more details.

svn path=/trunk/; revision=56961
reactos/dll/ntdll/def/ntdll.spec
reactos/lib/sdk/crt/crt.cmake
reactos/lib/sdk/crt/include/internal/math.h
reactos/lib/sdk/crt/libcntpr.cmake
reactos/lib/sdk/crt/math/i386/ci.c
reactos/lib/sdk/crt/math/i386/cicos.c [new file with mode: 0644]
reactos/lib/sdk/crt/math/i386/cilog.c [new file with mode: 0644]
reactos/lib/sdk/crt/math/i386/cipow.c [new file with mode: 0644]
reactos/lib/sdk/crt/math/i386/cisin.c [new file with mode: 0644]
reactos/lib/sdk/crt/math/i386/cisqrt.c [new file with mode: 0644]
reactos/lib/sdk/crt/msvcrtex.cmake