Module: wine Branch: master Commit: c59d51ab24b5b508ca00fbc4c66ba82dfb9a3ef0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c59d51ab24b5b508ca00fbc4c6...
Author: Juan Lang juan.lang@gmail.com Date: Tue Jul 17 07:36:52 2007 -0700
crypt32: Fix typo.
---
include/wincrypt.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/wincrypt.h b/include/wincrypt.h index d3fe0f9..2c71c08 100644 --- a/include/wincrypt.h +++ b/include/wincrypt.h @@ -3169,7 +3169,7 @@ typedef struct _CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR_PARA #define CMSG_TYPE_PARAM 1 #define CMSG_CONTENT_PARAM 2 #define CMSG_BARE_CONTENT_PARAM 3 -#define CMSG_INNER_CONTENT_PARAM 4 +#define CMSG_INNER_CONTENT_TYPE_PARAM 4 #define CMSG_SIGNER_COUNT_PARAM 5 #define CMSG_SIGNER_INFO_PARAM 6 #define CMSG_SIGNER_CERT_INFO_PARAM 7