crypt32: Remove WINAPI on static functions where not needed.

Francois Gouget fgouget at free.fr
Fri Nov 1 04:29:15 CDT 2013


---
 dlls/crypt32/cert.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/crypt32/cert.c b/dlls/crypt32/cert.c
index bc0f26d..0f14ffb 100644
--- a/dlls/crypt32/cert.c
+++ b/dlls/crypt32/cert.c
@@ -162,7 +162,7 @@ static const context_vtbl_t cert_vtbl = {
     Cert_clone
 };
 
-static BOOL WINAPI add_cert_to_store(WINECRYPT_CERTSTORE *store, const CERT_CONTEXT *cert,
+static BOOL add_cert_to_store(WINECRYPT_CERTSTORE *store, const CERT_CONTEXT *cert,
  DWORD add_disposition, BOOL use_link, PCCERT_CONTEXT *ret_context)
 {
     const CERT_CONTEXT *existing = NULL;
-- 
1.8.4.rc3




More information about the wine-patches mailing list