2
0
mirror of https://github.com/boostorg/regex.git synced 2026-02-14 13:02:18 +00:00

Misc Kylix fixes

[SVN r15086]
This commit is contained in:
John Maddock
2002-08-25 11:57:37 +00:00
parent 5f0f6fa8f1
commit fa43c7ab1d

View File

@@ -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