Loading...
Searching...
No Matches
Go to the documentation of this file.
37#ifndef FCML_LIB_EXPORT_H_
38#define FCML_LIB_EXPORT_H_
44#if _WIN32 || __CYGWIN__
45#define LIB_CALL __stdcall
47#define LIB_EXPORT __declspec(dllexport)
49#ifdef LIBFCML_DLL_IMPORT
50#define LIB_EXPORT __declspec(dllimport)
56#define LIB_EXPORT __attribute__((visibility("default")))