Loading...
Searching...
No Matches
Go to the documentation of this file.
19#ifndef OST_IMG_ALG_MODULE_CONFIG_HH
20#define OST_IMG_ALG_MODULE_CONFIG_HH
24#if defined(OST_MODULE_OST_IMG_ALG)
25# define DLLEXPORT_IMG_ALG DLLEXPORT
27# define OST_IMG_ALG_EXPLICIT_INST_DECL(c, t)
29# define OST_IMG_ALG_EXPLICIT_INST_DECL(c, t) extern template c TEMPLATE_EXPORT ost::img::image_state::t;
32# define DLLEXPORT_IMG_ALG DLLIMPORT
33# define OST_IMG_ALG_EXPLICIT_INST_DECL(c, t) extern template c DLLIMPORT ost::img::image_state::t;