projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
got a lot of crypt32 stuff working
[reactos.git]
/
reactos
/
lib
/
crypt32
/
crypt32.xml
diff --git
a/reactos/lib/crypt32/crypt32.xml
b/reactos/lib/crypt32/crypt32.xml
index
50a99d8
..
4146375
100644
(file)
--- a/
reactos/lib/crypt32/crypt32.xml
+++ b/
reactos/lib/crypt32/crypt32.xml
@@
-3,11
+3,14
@@
<include base="crypt32">.</include>
<define name="__USE_W32API" />
<define name="_WIN32_WINNT">0x501</define>
<include base="crypt32">.</include>
<define name="__USE_W32API" />
<define name="_WIN32_WINNT">0x501</define>
+ <library>pseh</library>
<library>ntdll</library>
<library>kernel32</library>
<library>wine</library>
<library>advapi32</library>
<file>main.c</file>
<library>ntdll</library>
<library>kernel32</library>
<library>wine</library>
<library>advapi32</library>
<file>main.c</file>
+ <file>encode.c</file>
+ <file>cert.c</file>
<file>protectdata.c</file>
<file>crypt32.rc</file>
<pch>precomp.h</pch>
<file>protectdata.c</file>
<file>crypt32.rc</file>
<pch>precomp.h</pch>