[+] Clang/Win32 required map files (no)
This commit is contained in:
parent
0c1394178d
commit
e5f6be914b
@ -128,8 +128,13 @@
|
|||||||
#define AURORA_IS_32BIT
|
#define AURORA_IS_32BIT
|
||||||
#endif
|
#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_IMPORT
|
||||||
#define AURORA_SYMBOL_EXPORT __attribute__((visibility("default")))
|
#define AURORA_SYMBOL_EXPORT __attribute__((visibility("default")))
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user