From f847503cc470add33a714a61e1a52ef23e1fe9db Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 16 Feb 2006 13:14:46 +0000 Subject: [PATCH] Fixed typo. [SVN r32965] --- example/timer/regex_timer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/timer/regex_timer.cpp b/example/timer/regex_timer.cpp index cf514825..2b2694c1 100644 --- a/example/timer/regex_timer.cpp +++ b/example/timer/regex_timer.cpp @@ -373,7 +373,7 @@ int main(int argc, char**argv) } #if defined(_WIN32) && defined(BOOST_REGEX_USE_WIN32_LOCALE) -#pragma message(lib, "user32.lib") +#pragma comment(lib, "user32.lib") #endif @@ -385,3 +385,4 @@ int main(int argc, char**argv) +