https://git.reactos.org/?p=reactos.git;a=commitdiff;h=af3527d4d2e616a6da82fcfe13734c9fd1239790

commit af3527d4d2e616a6da82fcfe13734c9fd1239790
Author:     Jérôme Gardou <jerome.gar...@reactos.org>
AuthorDate: Thu Jan 21 09:43:04 2021 +0100
Commit:     Jérôme Gardou <jerome.gar...@reactos.org>
CommitDate: Thu Jan 21 09:43:43 2021 +0100

    [MSVCRTEX] Do not include _CI* math functions
    
    They are exported by msvcrt
    CORE-17423
---
 sdk/lib/crt/msvcrtex.cmake | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/sdk/lib/crt/msvcrtex.cmake b/sdk/lib/crt/msvcrtex.cmake
index 06bab6a5021..a9ebe297330 100644
--- a/sdk/lib/crt/msvcrtex.cmake
+++ b/sdk/lib/crt/msvcrtex.cmake
@@ -50,13 +50,6 @@ if(ARCH STREQUAL "i386")
         except/i386/chkstk_asm.s
         except/i386/chkstk_ms.s
         math/i386/alldiv_asm.s)
-    list(APPEND MSVCRTEX_SOURCE
-        math/i386/ci.c
-        math/i386/cicos.c
-        math/i386/cilog.c
-        math/i386/cipow.c
-        math/i386/cisin.c
-        math/i386/cisqrt.c)
     if (GCC AND CLANG)
         # CLang performs some optimisations requiring those funtions
         list(APPEND MSVCRTEX_ASM_SOURCE

Reply via email to