setupapi: Implement SetupDiGetClassDevsW on top of SetupDiGetClassDevsExW.
setupapi: Implement SetupDiGetClassDevsA on top of SetupDiGetClassDevsExW.
setupapi: Implement SetupDiGetClassDevsExA.
crypt32: Partially implement CryptQueryObject.
crypt32: Fix CryptQueryObject for embedded PKCS7 signatures.
crypt32: Support PKCS messages wrapped in a PKCS content info in CryptQueryObject.
crypt32: Add/improve some traces.
crypt32: Rename a couple of functions.
crypt32: Add a function to serialize a store to an arbitrary stream.
crypt32: Implement CRYPT_WriteSerializedStoreToFile using CRYPT_WriteSerializedStoreToStream.
crypt32: Add definitions used by CertSaveStore.
crypt32: Implement CertSaveStore.
crypt32: Use CertSaveStore to save file stores.
crypt32: Move CertSaveStore to serialize.c.
wineboot: New Korean resource.
winecfg: Updated Korean resource.
Jacek Caban (30):
mshtml: Remove no longer used defines.
mshtml: Use GetWineURL in before_async_open.
urlmon: Added IID_IBindStatusCallbackHolder to uuid.
urlmon: Wrap callback in RegisterBindStatusCallback.
urlmon: Added more strict QueryInterface tests.
urlmon: Added more RegiterBindStatusCallback tests.
urlmon: Get rid of no longer needed IHttpNegotiate wrapper.
mshtml: Added get_tagName implementation.
mshtml: Pass the IDispatch interface of the element right-clicked on to IDocHostUIHandler_ShowContextMenu if applicable instead of always the document's one.
mshtml: Pass HTMLDOMNode pointer to its destructor.
mshtml: Pass HTMLDOMNode pointer to HTMLElement's destructor.
mshtml: Use vtbl for node destructors.
mshtml: Move nodes' QueryInterface implementation to vtbl.
mshtml: Move common code to separated function.
mshtml: Return IHTMLElementCollection instead of IDispatch from HTMLElementCollection_Create.
mshtml: Include document element in collection returned by IHTMLDocument2::get_all.