aboutsummaryrefslogtreecommitdiff
path: root/src/common/Define.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-04-09 21:02:31 +0200
committerShauren <shauren.trinity@gmail.com>2025-04-09 21:02:31 +0200
commit71b681bbf0f5189cd87a6cea66ef51667223f54a (patch)
treef5da2eb9d76010efcf5abd875edd39c812b62bd7 /src/common/Define.h
parent6c374c56b2bd06923ae738b19ca6a4257e29d863 (diff)
Core/Network: Move to separate project
Diffstat (limited to 'src/common/Define.h')
-rw-r--r--src/common/Define.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/Define.h b/src/common/Define.h
index e4a2333c66d..f918db84314 100644
--- a/src/common/Define.h
+++ b/src/common/Define.h
@@ -111,6 +111,12 @@
# define TC_DATABASE_API TC_API_IMPORT
#endif
+#ifdef TRINITY_API_EXPORT_NETWORK
+# define TC_NETWORK_API TC_API_EXPORT
+#else
+# define TC_NETWORK_API TC_API_IMPORT
+#endif
+
#ifdef TRINITY_API_EXPORT_SHARED
# define TC_SHARED_API TC_API_EXPORT
#else