tree and document plug-ins

This commit is contained in:
Thomas Krijnen
2026-04-17 11:24:09 +02:00
parent 3824e7b449
commit d2cc66fdf0
60 changed files with 2207 additions and 766 deletions
+3 -1
View File
@@ -20,7 +20,9 @@
#ifndef PLUGIN_API_H
#define PLUGIN_API_H
#ifdef _WIN32
#ifdef SWIG
#define PLUGIN_API
#elif defined(_WIN32)
#ifdef PLUGIN_EXPORTS
#define PLUGIN_API __declspec(dllexport)
#else