include: Add catalog file version constants.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
44ace8cd30
commit
723896176b
|
@ -54,6 +54,9 @@ extern "C" {
|
||||||
#define CRYPTCAT_E_CDF_ATTR_TOOFEWVALUES 0x00020002
|
#define CRYPTCAT_E_CDF_ATTR_TOOFEWVALUES 0x00020002
|
||||||
#define CRYPTCAT_E_CDF_ATTR_TYPECOMBO 0x00020004
|
#define CRYPTCAT_E_CDF_ATTR_TYPECOMBO 0x00020004
|
||||||
|
|
||||||
|
#define CRYPTCAT_VERSION_1 0x100
|
||||||
|
#define CRYPTCAT_VERSION_2 0x200
|
||||||
|
|
||||||
#include <pshpack8.h>
|
#include <pshpack8.h>
|
||||||
|
|
||||||
typedef struct CRYPTCATATTRIBUTE_
|
typedef struct CRYPTCATATTRIBUTE_
|
||||||
|
|
Loading…
Reference in New Issue