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