From 74001fb4ce5041c3deb42a0ca252ae338aa571db Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 07 12月 2019 18:13:59 +0800 Subject: [PATCH] modified cmake scripts for easy export and import --- src/library/pc-identifiers.h | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/library/pc-identifiers.h b/src/library/pc-identifiers.h index dee1a52..2eb0d56 100644 --- a/src/library/pc-identifiers.h +++ b/src/library/pc-identifiers.h @@ -16,7 +16,7 @@ #endif typedef unsigned char PcIdentifier[6]; -typedef char PcSignature[21]; +typedef char PcSignature[PC_IDENTIFIER_SIZE + 1]; FUNCTION_RETURN generate_pc_id(PcIdentifier * identifiers, unsigned int * array_size, IDENTIFICATION_STRATEGY strategy); @@ -30,8 +30,7 @@ * @param strategy * @return */ -FUNCTION_RETURN generate_user_pc_signature(PcSignature identifier_out, - IDENTIFICATION_STRATEGY strategy); +FUNCTION_RETURN generate_user_pc_signature(PcSignature identifier_out, IDENTIFICATION_STRATEGY strategy); #ifdef __cplusplus } -- Gitblit v1.9.1