Sparky icon indicating copy to clipboard operation
Sparky copied to clipboard

How does Sparky support Windows' DLL exports in the context of Unix systems?

Open twaritwaikar opened this issue 6 years ago • 0 comments

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.

twaritwaikar avatar Dec 01 '18 21:12 twaritwaikar