From b446e4d14a0694d23573d77672ef6d70c51d6a08 Mon Sep 17 00:00:00 2001 From: Maximilien Siavelis <maximilien.siavelis@simulease.com> Date: 周五, 05 1月 2018 09:10:37 +0800 Subject: [PATCH] make install and some cleanup --- src/library/api/license++.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/library/api/license++.h b/src/library/api/license++.h index 413c2d0..13960b0 100644 --- a/src/library/api/license++.h +++ b/src/library/api/license++.h @@ -33,7 +33,7 @@ * This method calculate the pc identifier. The string has to be shown * to the user in order to calculate the license. */ -void identify_pc(IDENTIFICATION_STRATEGY pc_id_method, +DllExport void identify_pc(IDENTIFICATION_STRATEGY pc_id_method, char chbuffer[PC_IDENTIFIER_SIZE + 1]); /* * The optional parameter License contains the information the program that uses the library -- Gitblit v1.9.1