Adding more definitions.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef _SAGITTARIUS_BASE_H_
|
||||
#define _SAGITTARIUS_BASE_H_
|
||||
|
||||
#ifdef _WIN32
|
||||
#define SAGITTARIUS_API __declspec(dllexport)
|
||||
#define internal
|
||||
#else
|
||||
#define SAGITTARIUS_API __attribute__((visibility("default")))
|
||||
#define internal __attribute__((visibility("hidden")))
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user