Dmitry Timoshkov : include: Fix a typo.

Alexandre Julliard julliard at winehq.org
Thu Jan 17 16:08:47 CST 2019


Module: wine
Branch: master
Commit: 25ced030687d3b7fe0f08abe89608c8566e937f9
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=25ced030687d3b7fe0f08abe89608c8566e937f9

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Thu Jan 17 13:27:16 2019 +0800

include: Fix a typo.

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/wincrypt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/wincrypt.h b/include/wincrypt.h
index 5c0fb0f..a1b1305 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -2541,7 +2541,7 @@ static const WCHAR CERT_PHYSICAL_STORE_AUTH_ROOT_NAME[] =
 #define CERT_SIGNATURE_HASH_PROP_ID                15
 #define CERT_SMART_CARD_DATA_PROP_ID               16
 #define CERT_EFS_PROP_ID                           17
-#define CERT_FORTEZZA_DATA_PROP                    18
+#define CERT_FORTEZZA_DATA_PROP_ID                 18
 #define CERT_ARCHIVED_PROP_ID                      19
 #define CERT_KEY_IDENTIFIER_PROP_ID                20
 #define CERT_AUTO_ENROLL_PROP_ID                   21




More information about the wine-cvs mailing list