eigen_qld_api.h
Go to the documentation of this file.
1 /*
2  * Copyright 2012-2019 CNRS-UM LIRMM, CNRS-AIST JRL
3  */
4 
5 #pragma once
6 
7 #ifdef WIN32
8 # define EIGEN_QLD_DLLIMPORT __declspec(dllimport)
9 # define EIGEN_QLD_DLLEXPORT __declspec(dllexport)
10 #else
11 # define EIGEN_QLD_DLLIMPORT
12 # define EIGEN_QLD_DLLEXPORT
13 #endif
14 
15 #ifdef EIGEN_QLD_EXPORT
16 # define EIGEN_QLD_API EIGEN_QLD_DLLEXPORT
17 #else
18 # define EIGEN_QLD_API EIGEN_QLD_DLLIMPORT
19 #endif