[+] Clang/Win32 required map files (no)

This commit is contained in:
Reece Wilson 2023-12-19 03:35:22 +00:00
parent 0c1394178d
commit e5f6be914b
3 changed files with 10 additions and 5 deletions

View File

@ -128,8 +128,13 @@
#define AURORA_IS_32BIT
#endif
#if defined(AURORA_IS_MODERNNT_DERIVED)
#define AURORA_SYMBOL_IMPORT
#define AURORA_SYMBOL_EXPORT __declspec(dllexport)
#else
#define AURORA_SYMBOL_IMPORT
#define AURORA_SYMBOL_EXPORT __attribute__((visibility("default")))
#endif
#endif