From e9a62f7e145df985079e9c6e4a22bbde289f97da Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期四, 05 九月 2024 18:16:50 +0800 Subject: [PATCH] update item maint --- jrj/jarch/JObject.hpp | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/jrj/jarch/JObject.hpp b/jrj/jarch/JObject.hpp index a132604..754dc3f 100644 --- a/jrj/jarch/JObject.hpp +++ b/jrj/jarch/JObject.hpp @@ -1,12 +1,6 @@ #pragma once -#ifdef JARCHOBJECT_EXPORTS -#define JOBJECT_API __declspec(dllexport) -#else -#define JOBJECT_API __declspec(dllimport) -#endif - -class JOBJECT_API JObject +class JObject { public: virtual void Release() =0; -- Gitblit v1.9.3