Juan Lang : wincrypt: Fix typo.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 31 06:04:23 CST 2006


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

Author: Juan Lang <juan at codeweavers.com>
Date:   Tue Jan 31 12:22:01 2006 +0100

wincrypt: Fix typo.

---

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

diff --git a/include/wincrypt.h b/include/wincrypt.h
index bf2b467..dc3a44d 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -2275,7 +2275,7 @@ static const WCHAR CERT_PHYSICAL_STORE_A
 #define CERT_X500_NAME_STR   3
 #define CERT_NAME_STR_SEMICOLON_FLAG           0x40000000
 #define CERT_NAME_STR_NO_PLUS_FLAG             0x20000000
-#define CERT_STR_NO_QUOTING_FLAG               0x10000000
+#define CERT_NAME_STR_NO_QUOTING_FLAG          0x10000000
 #define CERT_NAME_STR_CRLF_FLAG                0x08000000
 #define CERT_NAME_STR_COMMA_FLAG               0x04000000
 #define CERT_NAME_STR_REVERSE_FLAG             0x02000000




More information about the wine-cvs mailing list