1#ifndef LIBRSYNC_EXPORT_H
2# define LIBRSYNC_EXPORT_H
4# ifdef LIBRSYNC_STATIC_DEFINE
5# define LIBRSYNC_EXPORT
9# define LIBRSYNC_EXPORT __declspec(dllexport)
11# define LIBRSYNC_EXPORT __declspec(dllimport)
14# define LIBRSYNC_EXPORT __attribute__((visibility("default")))