You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am aware of the how and why function definitions are exported to DLLs in Windows using __declspec(). However, I don't seem to know how it is done on non-Windows platforms.
Since Sparky is cross-platform, I went ahead and saw how SP_API macro is defined in Common.h but I don't see any definitions for non-Windows systems.
The text was updated successfully, but these errors were encountered:
I am aware of the how and why function definitions are exported to DLLs in Windows using
__declspec()
. However, I don't seem to know how it is done on non-Windows platforms.Since Sparky is cross-platform, I went ahead and saw how
SP_API
macro is defined inCommon.h
but I don't see any definitions for non-Windows systems.The text was updated successfully, but these errors were encountered: