From c0c524d5d614b526bb87bd9593391a10f5cb4ac2 Mon Sep 17 00:00:00 2001 From: lucas8485 <1443937075@qq.com> Date: Thu, 20 Oct 2022 16:14:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E7=82=B9=E5=B0=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dependencies/Http/http.h | 2 ++ dependencies/Person/Person.h | 2 ++ dependencies/Person/PersonCollection.h | 3 +++ 3 files changed, 7 insertions(+) diff --git a/dependencies/Http/http.h b/dependencies/Http/http.h index 180670f..a5ba041 100644 --- a/dependencies/Http/http.h +++ b/dependencies/Http/http.h @@ -24,6 +24,8 @@ #else #define HTTP_LIB __declspec(dllimport) #endif +#else +#define HTTP_LIB #endif #include diff --git a/dependencies/Person/Person.h b/dependencies/Person/Person.h index 274d694..d15a0db 100644 --- a/dependencies/Person/Person.h +++ b/dependencies/Person/Person.h @@ -24,6 +24,8 @@ #else #define PERSON_LIB __declspec(dllimport) #endif +#else +#define PERSON_LIB #endif #include diff --git a/dependencies/Person/PersonCollection.h b/dependencies/Person/PersonCollection.h index 3b1a0ad..5c47f1d 100644 --- a/dependencies/Person/PersonCollection.h +++ b/dependencies/Person/PersonCollection.h @@ -24,8 +24,11 @@ #else #define PERSON_LIB __declspec(dllimport) #endif +#else +#define PERSON_LIB #endif + #include #include "Person.h" #include