wincrypt: Fix the CERT_TRUST_PUB_AUTHENTICODE_FLAGS_VALUE_NAME declaration in the MSVC case.

Francois Gouget fgouget at free.fr
Fri Sep 29 05:50:21 CDT 2006


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

diff --git a/include/wincrypt.h b/include/wincrypt.h
index bfe9ac2..01cb380 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','\\',
-- 
1.4.1.1




More information about the wine-patches mailing list