File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
include/boost/program_options Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 34
34
#endif // BOOST_VERSION
35
35
36
36
// /////////////////////////////////////////////////////////////////////////////
37
- // Windows DLL suport
38
- #ifdef BOOST_HAS_DECLSPEC
39
37
#if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_PROGRAM_OPTIONS_DYN_LINK)
40
38
// export if this is our own source, otherwise import:
41
39
#ifdef BOOST_PROGRAM_OPTIONS_SOURCE
42
- # define BOOST_PROGRAM_OPTIONS_DECL __declspec (dllexport)
40
+ # define BOOST_PROGRAM_OPTIONS_DECL BOOST_SYMBOL_EXPORT
43
41
#else
44
- # define BOOST_PROGRAM_OPTIONS_DECL __declspec (dllimport)
42
+ # define BOOST_PROGRAM_OPTIONS_DECL BOOST_SYMBOL_IMPORT
45
43
#endif // BOOST_PROGRAM_OPTIONS_SOURCE
46
44
#endif // DYN_LINK
47
- #endif // BOOST_HAS_DECLSPEC
48
45
49
46
#ifndef BOOST_PROGRAM_OPTIONS_DECL
50
47
#define BOOST_PROGRAM_OPTIONS_DECL
You can’t perform that action at this time.
0 commit comments