From 0d8b39c94e9bee14ec9c33fa6a53c48f20f0ac70 Mon Sep 17 00:00:00 2001
From: Maximilien Siavelis <maximilien.siavelis@simulease.com>
Date: 周日, 21 4月 2019 23:06:05 +0800
Subject: [PATCH] copy ini/SimpleIni.h into install directory

---
 src/library/api/license++.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/library/api/license++.h b/src/library/api/license++.h
index 413c2d0..faece34 100644
--- a/src/library/api/license++.h
+++ b/src/library/api/license++.h
@@ -27,7 +27,7 @@
  * Method used to convert the LicenseInfo into a human readable
  * representation.
  */
-DllExport void print_error(char out_buffer[256], LicenseInfo* licenseInfo);
+void print_error(char out_buffer[256], LicenseInfo* licenseInfo);
 
 /**
  * This method calculate the pc identifier. The string has to be shown
@@ -45,7 +45,7 @@
  * @param license[out] optional, can be NULL.
  */
 
-DllExport EVENT_TYPE acquire_license(const char * productName,
+EVENT_TYPE acquire_license(const char * productName,
 		LicenseLocation licenseLocation, LicenseInfo* license);
 
 /**
@@ -53,12 +53,12 @@
  * Should be called from time to time to confirm we're still using the
  * slicense.
  */
-DllExport EVENT_TYPE confirm_license(char * productName,
+EVENT_TYPE confirm_license(char * productName,
 		LicenseLocation licenseLocation);
 /**
  * Do nothing for now, useful for network licenses.
  */
-DllExport EVENT_TYPE release_license(char * productName,
+EVENT_TYPE release_license(char * productName,
 		LicenseLocation licenseLocation);
 
 #ifdef __cplusplus

--
Gitblit v1.9.1