syncthingtray/fileitemactionplugin/global.h

29 lines
879 B
C
Raw Normal View History

2017-02-20 18:37:11 +01:00
// Created via CMake from template global.h.in
// WARNING! Any changes to this file will be overwritten by the next CMake run!
#ifndef SYNCTHINGFILEITEMACTION_GLOBAL
#define SYNCTHINGFILEITEMACTION_GLOBAL
2024-02-22 19:43:14 +01:00
#include "syncthingfileitemaction-definitions.h"
2017-02-20 18:37:11 +01:00
#include <c++utilities/application/global.h>
#ifdef SYNCTHINGFILEITEMACTION_STATIC
2017-05-01 03:34:43 +02:00
#define SYNCTHINGFILEITEMACTION_EXPORT
#define SYNCTHINGFILEITEMACTION_IMPORT
2017-02-20 18:37:11 +01:00
#else
2019-06-12 21:00:49 +02:00
#define SYNCTHINGFILEITEMACTION_EXPORT CPP_UTILITIES_GENERIC_LIB_EXPORT
#define SYNCTHINGFILEITEMACTION_IMPORT CPP_UTILITIES_GENERIC_LIB_IMPORT
2017-02-20 18:37:11 +01:00
#endif
/*!
* \def SYNCTHINGFILEITEMACTION_EXPORT
* \brief Marks the symbol to be exported by the syncthingfileitemaction library.
*/
/*!
* \def SYNCTHINGFILEITEMACTION_IMPORT
* \brief Marks the symbol to be imported from the syncthingfileitemaction library.
*/
#endif // SYNCTHINGFILEITEMACTION_GLOBAL