Francois Gouget : wincrypt: Fix the CERT_TRUST_PUB_AUTHENTICODE_FLAGS_VALUE_NAME declaration in the MSVC case .

Alexandre Julliard julliard at wine.codeweavers.com
Mon Oct 2 05:40:36 CDT 2006


Module: wine
Branch: master
Commit: e4024a67dd9c35b22f47d54253d546a8e1b4c9b0
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=e4024a67dd9c35b22f47d54253d546a8e1b4c9b0

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Sep 29 12:50:21 2006 +0200

wincrypt: Fix the CERT_TRUST_PUB_AUTHENTICODE_FLAGS_VALUE_NAME declaration in the MSVC case.

---

 include/wincrypt.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/wincrypt.h b/include/wincrypt.h
index 7b84570..e5cc031 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -1897,7 +1897,7 @@ #define CERT_TRUST_PUB_AUTHENTICODE_FLAG
 #elif defined(_MSC_VER)
 #define CERT_TRUST_PUB_SAFER_LOCAL_MACHINE_REGPATH \
  CERT_LOCAL_MACHINE_SYSTEM_STORE_REGPATH L"\\TrustedPublisher\\Safer"
-#define CERT_TRUST_PUB_SAFER_LOCAL_MACHINE_REGPATH L"AuthenticodeFlags"
+#define CERT_TRUST_PUB_AUTHENTICODE_FLAGS_VALUE_NAME L"AuthenticodeFlags"
 #else
 static const WCHAR CERT_TRUST_PUB_SAFER_LOCAL_MACHINE_REGPATH[] =
  {'S','o','f','t','w','a','r','e','\\','M','i','c','r','o','s','o','f','t','\\',




More information about the wine-cvs mailing list