Go to the documentation of this file.
6#ifndef MCP2221_EXPORT_H
7#define MCP2221_EXPORT_H
24#if defined(_WIN32) || defined(__CYGWIN__)
25# if defined(LIBEASYMCP2221_BUILDING_LIBRARY)
26# define MCP2221_API __declspec(dllexport)
27# elif defined(LIBEASYMCP2221_STATIC)
30# define MCP2221_API __declspec(dllimport)
32#elif defined(__GNUC__) || defined(__clang__)
33# define MCP2221_API __attribute__((visibility("default")))
52# define MCP2221_BEGIN_DECLS extern "C" {
53# define MCP2221_END_DECLS }
55# define MCP2221_BEGIN_DECLS
56# define MCP2221_END_DECLS