From 79f2b46f721b69bc182f35324f8fc195a5cf3f54 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 14 12月 2019 11:35:52 +0800 Subject: [PATCH] fix windows compilation, better cmake output --- include/licensecc/datatypes.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/licensecc/datatypes.h b/include/licensecc/datatypes.h index c5d6bc5..7a95afb 100644 --- a/include/licensecc/datatypes.h +++ b/include/licensecc/datatypes.h @@ -23,7 +23,7 @@ #endif // define api structure sizes -#define PC_IDENTIFIER_SIZE 18 +#define PC_IDENTIFIER_SIZE 19 #define PROPRIETARY_DATA_SIZE 16 #define AUDIT_EVENT_NUM 5 -- Gitblit v1.9.1