added an initial MARTA provider (only two functions stubbed)
[reactos.git] / reactos / lib / ntmarta / ntmarta.xml
1 <module name="ntmarta" type="win32dll" baseaddress="${BASEADDRESS_NTMARTA}" installbase="system32" installname="ntmarta.dll">
2 <importlibrary definition="ntmarta.def" />
3 <include base="ntmarta">.</include>
4 <define name="UNICODE" />
5 <define name="_UNICODE" />
6 <define name="__USE_W32API" />
7 <define name="_WIN32_IE">0x0500</define>
8 <define name="_WIN32_WINNT">0x501</define>
9 <define name="WINVER">0x0600</define>
10 <library>ntdll</library>
11 <library>kernel32</library>
12 <library>advapi32</library>
13 <file>ntmarta.c</file>
14 <file>ntmarta.rc</file>
15 <pch>ntmarta.h</pch>
16 </module>