SEH protect all calls to the UM-PNP-Manager.
[reactos.git] / reactos / dll / win32 / crtdll / crtdll.rbuild
1 <module name="crtdll" type="win32dll" baseaddress="${BASEADDRESS_CRTDLL}" mangledsymbols="true" installbase="system32" installname="crtdll.dll">
2 <importlibrary definition="crtdll.def" />
3 <include base="crtdll">.</include>
4 <include base="crt">include</include>
5 <define name="_DISABLE_TIDENTS" />
6 <define name="USE_MSVCRT_PREFIX" />
7 <define name="_MSVCRT_LIB_" />
8 <define name="__NO_CTYPE_INLINES" />
9 <define name="_CTYPE_DISABLE_MACROS" />
10 <define name="_NO_INLINING" />
11
12 <!-- __MINGW_IMPORT needs to be defined differently because it's defined
13 as dllimport by default, which is invalid from GCC 4.1.0 on! -->
14 <define name="__MINGW_IMPORT">"extern __attribute__ ((dllexport))"</define>
15
16 <library>crt</library>
17 <library>wine</library>
18 <library>kernel32</library>
19 <library>ntdll</library>
20 <pch>precomp.h</pch>
21 <file>dllmain.c</file>
22 <file>crtdll.rc</file>
23 </module>