Homogeneity.

This commit is contained in:
redcode
2018-11-02 10:38:31 +01:00
parent 6f63c30482
commit 6057146e57

View File

@@ -20,6 +20,14 @@ this library. If not, see <http://www.gnu.org/licenses/>. */
#include <Z/macros/value.h>
#include <Z/macros/pointer.h>
#if defined(CPU_Z80_HIDE_API)
# define CPU_Z80_API static
#elif defined(CPU_Z80_STATIC)
# define CPU_Z80_API
#else
# define CPU_Z80_API Z_API_EXPORT
#endif
#if defined(CPU_Z80_BUILD_ABI) || defined(CPU_Z80_BUILD_MODULE_ABI)
# ifndef CPU_Z80_USE_ABI
# define CPU_Z80_USE_ABI
@@ -34,14 +42,6 @@ this library. If not, see <http://www.gnu.org/licenses/>. */
# endif
#endif
#if defined(CPU_Z80_HIDE_API)
# define CPU_Z80_API static
#elif defined(CPU_Z80_STATIC)
# define CPU_Z80_API
#else
# define CPU_Z80_API Z_API_EXPORT
#endif
#if defined(CPU_Z80_USE_LOCAL_HEADER)
# include "Z80.h"
#else