|
IODA
|
Common preprocessor definitions used throughout IODA. More...
#include <stddef.h>

Go to the source code of this file.
Macros | |
| #define | IODA_COMPILER_EXPORTS_VERSION 0 |
| #define | IODA_SHARED_EXPORT |
| A tag used to tell the compiler that a symbol should be exported. More... | |
| #define | IODA_SHARED_IMPORT |
| A tag used to tell the compiler that a symbol should be imported. More... | |
| #define | IODA_HIDDEN |
| A tag used to tell the compiler that a symbol should not be listed, but it may be referenced from other code modules. More... | |
| #define | IODA_PRIVATE |
| A tag used to tell the compiler that a symbol should not be listed, and it may not be referenced from other code modules. More... | |
| #define | IODA_DL |
| A preprocessor tag that indicates that a symbol is to be exported/imported. More... | |
Common preprocessor definitions used throughout IODA.
Definition in file defs.h.