Visibility control macros. More...
Go to the source code of this file.
Defines | |
| #define | DRIZZLE_API |
| #define | DRIZZLE_LOCAL |
Visibility control macros.
| #define DRIZZLE_API |
DRIZZLE_API is used for the public API symbols. It either DLL imports or DLL exports (or does nothing for static build).
DRIZZLE_LOCAL is used for non-api symbols.
| #define DRIZZLE_LOCAL |
1.6.1