- Remove the remaining __USE_W32API, deprecated for ages.
[reactos.git] / reactos / dll / ntdll / ntdll.rbuild
index 0ed2710..01a591e 100644 (file)
@@ -4,7 +4,7 @@
        <module name="ntsys" type="staticlibrary">
                <importlibrary definition="def/ntsys.pspec" dllname="ntdll.dll" root="intermediate" />
        </module>
-       <module name="ntdll" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_NTDLL}" installbase="system32" installname="ntdll.dll" iscrt="yes">
+       <module name="ntdll" type="nativedll" entrypoint="0" baseaddress="${BASEADDRESS_NTDLL}" installbase="system32" installname="ntdll.dll" iscrt="yes">
                <bootstrap installbase="$(CDOUTPUT)/system32" />
                <importlibrary definition="def/ntdll_$(ARCH).def" />
                <include base="ntdll">include</include>
@@ -12,7 +12,6 @@
                <include base="ReactOS">include/reactos/subsys</include>
                <define name="__NTDLL__" />
                <define name="_NTOSKRNL_" />
-               <define name="__NO_CTYPE_INLINES" />
                <library>rtl</library>
                <library>ntdllsys</library>
                <library>libcntpr</library>