MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Macros | |
#define | REST_API_EXPORT __attribute__((visibility("default"))) |
#define | REST_API_NO_EXPORT __attribute__((visibility("hidden"))) |
#define | REST_API_DEPRECATED __attribute__ ((__deprecated__)) |
#define | REST_API_DEPRECATED_EXPORT REST_API_EXPORT REST_API_DEPRECATED |
#define | REST_API_DEPRECATED_NO_EXPORT REST_API_NO_EXPORT REST_API_DEPRECATED |
#define REST_API_DEPRECATED __attribute__ ((__deprecated__)) |
#define REST_API_DEPRECATED_EXPORT REST_API_EXPORT REST_API_DEPRECATED |
#define REST_API_DEPRECATED_NO_EXPORT REST_API_NO_EXPORT REST_API_DEPRECATED |
#define REST_API_EXPORT __attribute__((visibility("default"))) |
#define REST_API_NO_EXPORT __attribute__((visibility("hidden"))) |