Visibility control macros. More...
Go to the source code of this file.
Defines | |
#define | GEARMAN_API |
#define | GEARMAN_LOCAL |
Visibility control macros.
Definition in file visibility.h.
#define GEARMAN_API |
GEARMAN_API is used for the public API symbols. It either DLL imports or DLL exports (or does nothing for static build).
GEARMAN_LOCAL is used for non-api symbols.
Definition at line 40 of file visibility.h.
#define GEARMAN_LOCAL |
Definition at line 41 of file visibility.h.