Fixed typo.

[SVN r32965]
This commit is contained in:
John Maddock
2006-02-16 13:14:46 +00:00
parent ead52f741a
commit f847503cc4

View File

@ -373,7 +373,7 @@ int main(int argc, char**argv)
} }
#if defined(_WIN32) && defined(BOOST_REGEX_USE_WIN32_LOCALE) #if defined(_WIN32) && defined(BOOST_REGEX_USE_WIN32_LOCALE)
#pragma message(lib, "user32.lib") #pragma comment(lib, "user32.lib")
#endif #endif
@ -385,3 +385,4 @@ int main(int argc, char**argv)