mirror of
https://github.com/boostorg/regex.git
synced 2025-07-14 12:56:36 +02:00
Misc Kylix fixes
[SVN r15086]
This commit is contained in:
@ -57,8 +57,12 @@
|
||||
// libraries:
|
||||
//
|
||||
# ifndef _Windows
|
||||
# define BOOST_REGEX_NO_LIB
|
||||
# define BOOST_REGEX_STATIC_LINK
|
||||
# ifndef BOOST_REGEX_NO_LIB
|
||||
# define BOOST_REGEX_NO_LIB
|
||||
# endif
|
||||
# ifndef BOOST_REGEX_STATIC_LINK
|
||||
# define BOOST_REGEX_STATIC_LINK
|
||||
# endif
|
||||
# endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user