- Remove the remaining __USE_W32API, deprecated for ages.
[reactos.git] / reactos / dll / win32 / msvcrt / msvcrt.rbuild
index f97ffc8..9c3f9ef 100644 (file)
@@ -1,15 +1,14 @@
-<module name="msvcrt" type="win32dll" baseaddress="${BASEADDRESS_MSVCRT}" mangledsymbols="true" installbase="system32" installname="msvcrt.dll">
+<module name="msvcrt" type="win32dll" baseaddress="${BASEADDRESS_MSVCRT}" mangledsymbols="true" installbase="system32" installname="msvcrt.dll" iscrt="yes">
        <importlibrary definition="msvcrt.def" />
        <include base="msvcrt">.</include>
        <include base="crt">include</include>
-       <define name="_DISABLE_TIDENTS" />
        <define name="USE_MSVCRT_PREFIX" />
+       <define name="_MSVCRT_" />
        <define name="_MSVCRT_LIB_" />
        <define name="_MT" />
-       <define name="__NO_CTYPE_INLINES" />
        <define name="_CTYPE_DISABLE_MACROS" />
        <define name="_NO_INLINING" />
-       <linkerflag>-enable-stdcall-fixup</linkerflag>
+       <linkerflag linkerset="ld">-enable-stdcall-fixup</linkerflag>
 
        <!--    __MINGW_IMPORT needs to be defined differently because it's defined
                as dllimport by default, which is invalid from GCC 4.1.0 on!    -->
@@ -19,6 +18,7 @@
        <library>wine</library>
        <library>kernel32</library>
        <library>ntdll</library>
+       <library>pseh</library>
        <pch>precomp.h</pch>
        <file>dllmain.c</file>
        <file>msvcrt.rc</file>