From 82f9d834ad772b2f16b6524f679d14d8a7afe881 Mon Sep 17 00:00:00 2001
From: Gabriele Contini <gcontini@users.noreply.github.com>
Date: 周二, 10 9月 2019 23:29:10 +0800
Subject: [PATCH] fix issue #37 tests in windows

---
 src/library/LicenseReader.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/library/LicenseReader.h b/src/library/LicenseReader.h
index a172e1a..0d70f2f 100644
--- a/src/library/LicenseReader.h
+++ b/src/library/LicenseReader.h
@@ -2,7 +2,7 @@
  * LicenseReader.h
  *
  *  Created on: Mar 30, 2014
- *      Author: devel
+ *      
  */
 
 #ifndef LICENSEREADER_H_
@@ -10,7 +10,7 @@
 
 #include "api/datatypes.h"
 #include "base/EventRegistry.h"
-#include "os/os.hpp"
+#include "os/os.h"
 #define SI_SUPPORT_IOSTREAMS
 #include "ini/SimpleIni.h"
 #include <string>
@@ -35,7 +35,7 @@
 	bool has_client_sig;
 	string extra_data;
 
-	static constexpr const char* UNUSED_TIME = "0000-00-00";
+	static const char* UNUSED_TIME;
 	static const unsigned int UNUSED_SOFTWARE_VERSION = 0;
 
 	FullLicenseInfo(const string& source, const string& product,

--
Gitblit v1.9.1