Blame contrib/vs2019/solution/exiv2lib_export.h

Packit Service fb147c
Packit Service fb147c
#ifndef EXIV2API_H
Packit Service fb147c
#define EXIV2API_H
Packit Service fb147c
Packit Service fb147c
#ifdef exiv2lib_STATIC
Packit Service fb147c
#  define EXIV2API
Packit Service fb147c
#  define EXIV2LIB_NO_EXPORT
Packit Service fb147c
#else
Packit Service fb147c
#  ifndef EXIV2API
Packit Service fb147c
#    ifdef exiv2lib_EXPORTS
Packit Service fb147c
        /* We are building this library */
Packit Service fb147c
#      define EXIV2API 
Packit Service fb147c
#    else
Packit Service fb147c
        /* We are using this library */
Packit Service fb147c
#      define EXIV2API 
Packit Service fb147c
#    endif
Packit Service fb147c
#  endif
Packit Service fb147c
Packit Service fb147c
#  ifndef EXIV2LIB_NO_EXPORT
Packit Service fb147c
#    define EXIV2LIB_NO_EXPORT 
Packit Service fb147c
#  endif
Packit Service fb147c
#endif
Packit Service fb147c
Packit Service fb147c
#ifndef EXIV2LIB_DEPRECATED
Packit Service fb147c
#  define EXIV2LIB_DEPRECATED __declspec(deprecated)
Packit Service fb147c
#endif
Packit Service fb147c
Packit Service fb147c
#ifndef EXIV2LIB_DEPRECATED_EXPORT
Packit Service fb147c
#  define EXIV2LIB_DEPRECATED_EXPORT EXIV2API EXIV2LIB_DEPRECATED
Packit Service fb147c
#endif
Packit Service fb147c
Packit Service fb147c
#ifndef EXIV2LIB_DEPRECATED_NO_EXPORT
Packit Service fb147c
#  define EXIV2LIB_DEPRECATED_NO_EXPORT EXIV2LIB_NO_EXPORT EXIV2LIB_DEPRECATED
Packit Service fb147c
#endif
Packit Service fb147c
Packit Service fb147c
#if 0 /* DEFINE_NO_DEPRECATED */
Packit Service fb147c
#  ifndef EXIV2LIB_NO_DEPRECATED
Packit Service fb147c
#    define EXIV2LIB_NO_DEPRECATED
Packit Service fb147c
#  endif
Packit Service fb147c
#endif
Packit Service fb147c
Packit Service fb147c
#endif /* EXIV2API_H */