From e3e83c70085d9a9c82b643b46d918fe3a2d21e03 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.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