mirror of
https://github.com/boostorg/regex.git
synced 2025-07-05 16:46:31 +02:00
More fixes resulting from the new config
[SVN r11182]
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user