[+] Clang/Win32 required map files (no)
This commit is contained in:
parent
0c1394178d
commit
e5f6be914b
@ -1,6 +1,6 @@
|
|||||||
/***
|
/***
|
||||||
Copyright (©) 2020 Reece Wilson (a/k/a "Reece").
|
Copyright (©) 2020 Reece Wilson (a/k/a "Reece").
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
File: AuroraCommon.h
|
File: AuroraCommon.h
|
||||||
Date: 2020-:(
|
Date: 2020-:(
|
||||||
|
@ -11,5 +11,5 @@
|
|||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
#include "AuroraConfiguration.h"
|
#include "AuroraConfiguration.h"
|
||||||
}
|
}
|
@ -104,7 +104,7 @@
|
|||||||
#define AURORA_SYMBOL_IMPORT __declspec(dllimport)
|
#define AURORA_SYMBOL_IMPORT __declspec(dllimport)
|
||||||
#define AURORA_SYMBOL_EXPORT __declspec(dllexport)
|
#define AURORA_SYMBOL_EXPORT __declspec(dllexport)
|
||||||
|
|
||||||
#elif defined(AURORA_COMPILER_GCC) || defined(AURORA_COMPILER_CLANG)
|
#elif defined(AURORA_COMPILER_GCC) || defined(AURORA_COMPILER_CLANG)
|
||||||
|
|
||||||
#if defined(__x86_64__)
|
#if defined(__x86_64__)
|
||||||
#define AURORA_ARCH_X64
|
#define AURORA_ARCH_X64
|
||||||
@ -128,8 +128,13 @@
|
|||||||
#define AURORA_IS_32BIT
|
#define AURORA_IS_32BIT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define AURORA_SYMBOL_IMPORT
|
#if defined(AURORA_IS_MODERNNT_DERIVED)
|
||||||
#define AURORA_SYMBOL_EXPORT __attribute__((visibility("default")))
|
#define AURORA_SYMBOL_IMPORT
|
||||||
|
#define AURORA_SYMBOL_EXPORT __declspec(dllexport)
|
||||||
|
#else
|
||||||
|
#define AURORA_SYMBOL_IMPORT
|
||||||
|
#define AURORA_SYMBOL_EXPORT __attribute__((visibility("default")))
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user