crypt32/tests: Fix compilation on systems that don't support nameless unions.
[wine] / dlls / crypt32 / serialize.c
2007-10-01  Juan Langcrypt32: Be more strict about format of serialized...
2007-09-28  Juan Langcrypt32: Move CertSaveStore to serialize.c.
2007-09-28  Juan Langcrypt32: Implement CRYPT_WriteSerializedStoreToFile...
2007-09-28  Juan Langcrypt32: Add a function to serialize a store to an...
2007-09-28  Juan Langcrypt32: Rename a couple of functions.
2007-04-30  Andrew Talbotcrypt32: Exclude unused headers.
2006-10-04  Juan Langcrypt32: Win64 printf format warning fixes.
2006-07-26  Juan Langcrypt32: Implement file stores.
2006-07-18  Juan Langcrypt32: Fix reading key prov info from serialized...
2006-05-26  Juan Langcrypt32: Implement CertSerializeCRLStoreElement.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Juan Langcrypt32: Move context interface definition to common...
2006-05-15  Juan Langcrypt32: Use the HRESULT synonyms for converted Win32...
2006-03-04  Juan Langcrypt32: Move serialization functions to serialize.c.