Loading...
Searching...
No Matches
Go to the documentation of this file.
4# if defined(SPARROW_IPC_STATIC_LIB)
5# define SPARROW_IPC_API
6# elif defined(SPARROW_IPC_EXPORTS)
7# define SPARROW_IPC_API __declspec(dllexport)
9# define SPARROW_IPC_API __declspec(dllimport)
12# define SPARROW_IPC_API __attribute__((visibility("default")))