Hans Leidekker (@hans) commented about dlls/cryptxml/cryptxml.c:
+#include <stdarg.h>
+#include "windef.h" +#include "winbase.h" +#include "cryptxml.h"
+#include "wine/debug.h"
+WINE_DEFAULT_DEBUG_CHANNEL(cryptxml);
+struct xmldoc +{
- CRYPT_XML_DOC_CTXT ctx;
- CRYPT_XML_SIGNATURE sig;
- CRYPT_XML_SIGNATURE *sigs[1];
Note that this can handle only one signature per document. I doubt that there are real-world documents with more than one so let's wait and see.