|
API Reference Manual
1.48.0
|
Macro for deprecated API definitions. More...
#include <odp/visibility_begin.h>#include <odp/visibility_end.h>Go to the source code of this file.
Macros | |
| #define | ODP_DEPRECATED_API 0 |
| Deprecated API definitions. More... | |
| #define | ODP_DEPRECATE(x) x |
| Macro to deprecate API definitions. | |
Macro for deprecated API definitions.
Definition in file spec/deprecated.h.
| #define ODP_DEPRECATED_API 0 |
Deprecated API definitions.
Some API definitions may be deprecated by this or a previous API version. This macro controls if those are enabled (and visible to the application) or disabled.
Definition at line 29 of file spec/deprecated.h.