replace dllexport with linux-compatibleE
This commit is contained in:
parent
2389252698
commit
1eba4bb2fa
@ -28,7 +28,7 @@ struct Net {
|
||||
};
|
||||
|
||||
#define FAST static inline
|
||||
#define DLL __declspec(dllexport)
|
||||
#define DLL __attribute__((visibility("default")))
|
||||
#define GATEFUNCTYPE
|
||||
|
||||
typedef void(*GateFunc)(const struct Gate* const);
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user