From 6ca6d3ce6f83d09547d8ab4063b42882027ed7e2 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 10 Jul 2010 21:07:05 +0000 Subject: [PATCH] Merge [62246] to release. Fixes #4217. [SVN r63826] --- include/boost/smart_ptr/detail/yield_k.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/smart_ptr/detail/yield_k.hpp b/include/boost/smart_ptr/detail/yield_k.hpp index a956cc0..23eadd8 100644 --- a/include/boost/smart_ptr/detail/yield_k.hpp +++ b/include/boost/smart_ptr/detail/yield_k.hpp @@ -55,7 +55,7 @@ namespace detail { #if !defined( BOOST_USE_WINDOWS_H ) - extern "C" void __stdcall Sleep( unsigned ms ); + extern "C" void __stdcall Sleep( unsigned long ms ); #endif inline void yield( unsigned k )