From 4e1f76fae58a7e0db111ec68e616e6ea3222f726 Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周日, 13 10月 2019 16:17:06 +0800
Subject: [PATCH] fix windows tests

---
 example/example.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/example/example.cpp b/example/example.cpp
index 173d733..45370dd 100644
--- a/example/example.cpp
+++ b/example/example.cpp
@@ -2,7 +2,7 @@
 #include <map>
 #include "api/license++.h"
 #include "pc-identifiers.h"
-#include "../../src/library/ini/SimpleIni.h"
+#include "ini/SimpleIni.h"
 
 using namespace std;
 
@@ -31,7 +31,7 @@
     licenseLocation.environmentVariableName = "";
     EVENT_TYPE result = acquire_license("example", licenseLocation, &licenseInfo);
     PcSignature signature;
-    FUNCTION_RETURN generate_ok = generate_user_pc_signature(signature, ETHERNET);
+    FUNCTION_RETURN generate_ok = generate_user_pc_signature(signature, DEFAULT);
 
 	if (result == LICENSE_OK && licenseInfo.linked_to_pc) {
         CSimpleIniA ini;

--
Gitblit v1.9.1