Module: wine Branch: refs/heads/master Commit: 7e9ba76da1e41675c5a17061208e7d412d0da031 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=7e9ba76da1e41675c5a17061...
Author: Juan Lang juan_lang@yahoo.com Date: Thu May 11 09:48:01 2006 -0700
crypt32: Use the HRESULT synonyms for converted Win32 error codes.
---
dlls/crypt32/cert.c | 8 +-- dlls/crypt32/encode.c | 8 +-- dlls/crypt32/oid.c | 2 - dlls/crypt32/serialize.c | 9 +-- dlls/crypt32/store.c | 26 +++++----- dlls/crypt32/tests/cert.c | 27 ++++------ dlls/crypt32/tests/encode.c | 19 +++---- dlls/crypt32/tests/main.c | 6 +- dlls/crypt32/tests/oid.c | 6 +- dlls/crypt32/tests/store.c | 115 ++++++++++++++++--------------------------- 10 files changed, 93 insertions(+), 133 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=7e9ba76da1e41675c5a1...