include
sot
core
api.hh
Go to the documentation of this file.
1
/*
2
* Copyright 2010,
3
* François Bleibel,
4
* Olivier Stasse,
5
*
6
* CNRS/AIST
7
*
8
*/
9
10
#ifndef SOT_CORE_API_HH
11
#define SOT_CORE_API_HH
12
13
#if defined(WIN32)
14
#ifdef sot_core_EXPORTS
15
#define SOT_CORE_EXPORT __declspec(dllexport)
16
#else
17
#define SOT_CORE_EXPORT __declspec(dllimport)
18
#endif
19
#else
20
#define SOT_CORE_EXPORT
21
#endif
22
23
#endif
sot-core
Author(s): Olivier Stasse, ostasse@laas.fr
autogenerated on Wed Jun 21 2023 02:51:26