forked from boostorg/regex
Removed non-functioning msvc link command from Jamfile, added user32.lib forced link to w32_regex_traits.cpp
[SVN r10886]
This commit is contained in:
@ -32,6 +32,13 @@
|
||||
|
||||
#if defined(_WIN32) && !defined(BOOST_RE_NO_W32)
|
||||
|
||||
//
|
||||
// VC6 needs to link to user32.lib:
|
||||
//
|
||||
#ifdef BOOST_MSVC
|
||||
#pragma comment(lib, "user32.lib")
|
||||
#endif
|
||||
|
||||
namespace{
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user