Remove in preparation for proper vendor drop
[reactos.git] / reactos / lib / crypt32 / crypt32.xml
diff --git a/reactos/lib/crypt32/crypt32.xml b/reactos/lib/crypt32/crypt32.xml
deleted file mode 100644 (file)
index 50a99d8..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<module name="crypt32" type="win32dll" baseaddress="${BASEADDRESS_CRYPT32}" installbase="system32" installname="crypt32.dll">
-       <importlibrary definition="crypt32.def" />
-       <include base="crypt32">.</include>
-       <define name="__USE_W32API" />
-       <define name="_WIN32_WINNT">0x501</define>
-       <library>ntdll</library>
-       <library>kernel32</library>
-       <library>wine</library>
-       <library>advapi32</library>
-       <file>main.c</file>
-       <file>protectdata.c</file>
-       <file>crypt32.rc</file>
-       <pch>precomp.h</pch>
-</module>