mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
fix compilation on linux
svn path=/trunk/; revision=28837
This commit is contained in:
@@ -126,7 +126,7 @@ namespace System_
|
||||
|
||||
void OsSupport::delayExecution(long value)
|
||||
{
|
||||
sleep( (clock_t)m_Delayread * CLOCKS_PER_SEC );
|
||||
sleep( (clock_t)value * CLOCKS_PER_SEC );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user