- Remove the remaining __USE_W32API, deprecated for ages.
[reactos.git] / reactos / lib / sdk / crt / libcntpr.rbuild
index c92321f..a305d91 100644 (file)
@@ -3,11 +3,9 @@
 <module name="libcntpr" type="staticlibrary">
        <include base="crt">.</include>
        <include base="crt">include</include>
-       <define name="__NO_CTYPE_INLINES" />
        <define name="NO_RTL_INLINES" />
        <define name="_NTSYSTEM_" />
        <define name="_NTDLLBUILD_" />
-       <define name="_SEH_NO_NATIVE_NLG" />
        <define name="_LIBCNT_" />
        <if property="ARCH" value="i386">
                <define name="__MINGW_IMPORT">"extern __attribute__ ((dllexport))"</define>
                                <file>seh.s</file>
                        </directory>
                </if>
-               <if property="ARCH" value="amd64">
-                       <directory name="amd64">
-                               <file>chkstk_asm.s</file>
-                               <file>seh.s</file>
-                       </directory>
-               </if>
                <if property="ARCH" value="powerpc">
                        <directory name="powerpc">
                                <file>chkstk_asm.s</file>
                                <file>tan_asm.s</file>
                        </directory>
                </if>
-               <if property="ARCH" value="amd64">
-                       <directory name="amd64">
-                               <file>alldiv.S</file>
-                               <file>atan.S</file>
-                               <file>atan2.S</file>
-                               <file>ceil.S</file>
-                               <file>cos.S</file>
-                               <file>exp.S</file>
-                               <file>fabs.S</file>
-                               <file>floor.S</file>
-                               <file>fmod.S</file>
-                               <file>ldexp.S</file>
-                               <file>log.S</file>
-                               <file>log10.S</file>
-                               <file>pow.S</file>
-                               <file>sin.S</file>
-                               <file>sqrt.S</file>
-                               <file>tan.S</file>
-                       </directory>
-               </if>
                <file>abs.c</file>
                <file>div.c</file>
                <file>labs.c</file>
                <file>lfind.c</file>
        </directory>
 
-       <directory name="setjmp">
-               <if property="ARCH" value="amd64">
-                       <directory name="amd64">
-                               <file>setjmp.s</file>
-                       </directory>
-               </if>
-       </directory>
-
        <directory name="stdlib">
                <file>qsort.c</file>
        </directory>