More fixes resulting from the new config

[SVN r11182]
This commit is contained in:
John Maddock
2001-09-21 11:35:54 +00:00
parent 9edaddab6f
commit 2bc1f9c998
2 changed files with 8 additions and 9 deletions

View File

@ -35,9 +35,10 @@
#if defined(_WIN32) && !defined(BOOST_REGEX_NO_W32)
//
// VC6 needs to link to user32.lib:
// VC6 needs to link to user32.lib, as do all compilers that
// claim to be VC6/7 compatible:
//
#ifdef BOOST_MSVC
#if defined(_MSC_VER) && !defined(__BORLANDC__)
#pragma comment(lib, "user32.lib")
#endif