1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Linux fixes

This commit is contained in:
Brian Fiete 2019-08-30 05:16:25 -07:00
parent aad0a640c5
commit f6226150ad
4 changed files with 24 additions and 20 deletions

View file

@ -315,7 +315,7 @@ public:
#endif
#ifdef BP_DYNAMIC
#if (defined BP_DYNAMIC) || (!defined BF_PLATFORM_WINDOWS)
#define BP_EXPORT BF_EXPORT
#define BP_CALLTYPE BF_CALLTYPE
#else