this must have been in previous commit
This commit is contained in:
@@ -22,12 +22,17 @@
|
||||
|
||||
#define DLL_GLOBAL_EXPORT extern __attribute ((visibility("default")))
|
||||
#define DLL_GLOBAL_IMPORT extern
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef TIER0_STATIC
|
||||
|
||||
#define GLOBAL_USED __attribute__((used))
|
||||
|
||||
#else
|
||||
|
||||
#define GLOBAL_USED __attribute__((used))
|
||||
|
||||
#ifdef TIER0_IMPLEMENTATION
|
||||
#define PLATFORM_INTERFACE DLL_EXPORT
|
||||
#define PLATFORM_OVERLOAD DLL_GLOBAL_EXPORT
|
||||
|
||||
Reference in New Issue
Block a user