Split off the DOL to improve the build process

This commit is contained in:
dbalatoni13 2025-04-08 17:12:51 +02:00
parent a95def6dc0
commit 54d85f487c
6 changed files with 32 additions and 14 deletions

View file

@ -22,7 +22,7 @@
#endif
#if _WIN32
#ifdef TARGET_MAIN
#ifdef TARGET_DOL
#define SHARED_SYM __declspec(dllexport)
#else
#define SHARED_SYM __declspec(dllimport)