got a lot of crypt32 stuff working
[reactos.git] / reactos / lib / crypt32 / crypt32.xml
1 <module name="crypt32" type="win32dll" baseaddress="${BASEADDRESS_CRYPT32}" installbase="system32" installname="crypt32.dll">
2 <importlibrary definition="crypt32.def" />
3 <include base="crypt32">.</include>
4 <define name="__USE_W32API" />
5 <define name="_WIN32_WINNT">0x501</define>
6 <library>pseh</library>
7 <library>ntdll</library>
8 <library>kernel32</library>
9 <library>wine</library>
10 <library>advapi32</library>
11 <file>main.c</file>
12 <file>encode.c</file>
13 <file>cert.c</file>
14 <file>protectdata.c</file>
15 <file>crypt32.rc</file>
16 <pch>precomp.h</pch>
17 </module>