replace dllexport with linux-compatibleE

This commit is contained in:
Redo 2022-11-09 13:25:20 -06:00
parent 2389252698
commit 1eba4bb2fa
2 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ struct Net {
}; };
#define FAST static inline #define FAST static inline
#define DLL __declspec(dllexport) #define DLL __attribute__((visibility("default")))
#define GATEFUNCTYPE #define GATEFUNCTYPE
typedef void(*GateFunc)(const struct Gate* const); typedef void(*GateFunc)(const struct Gate* const);

Binary file not shown.