forked from boostorg/smart_ptr
@ -55,7 +55,7 @@ namespace detail
|
|||||||
{
|
{
|
||||||
|
|
||||||
#if !defined( BOOST_USE_WINDOWS_H )
|
#if !defined( BOOST_USE_WINDOWS_H )
|
||||||
extern "C" void __stdcall Sleep( unsigned ms );
|
extern "C" void __stdcall Sleep( unsigned long ms );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
inline void yield( unsigned k )
|
inline void yield( unsigned k )
|
||||||
|
Reference in New Issue
Block a user