Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
export.hh
Go to the documentation of this file.
1 #ifndef VCSN_MISC_EXPORT_HH
2 # define VCSN_MISC_EXPORT_HH
3 
4 # include <vcsn/misc/attributes.hh>
5 
6 # ifdef BUILD_LIBVCSN
7 # define LIBVCSN_API ATTRIBUTE_DLLEXPORT
8 # else
9 # define LIBVCSN_API ATTRIBUTE_DLLIMPORT
10 # endif
11 
12 #endif // !VCSN_MISC_EXPORT_HH