mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:23:06 +00:00
fix compilation on linux
svn path=/trunk/; revision=28837
This commit is contained in:
parent
9187115f22
commit
e7b744d5c5
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ namespace System_
|
||||||
|
|
||||||
void OsSupport::delayExecution(long value)
|
void OsSupport::delayExecution(long value)
|
||||||
{
|
{
|
||||||
sleep( (clock_t)m_Delayread * CLOCKS_PER_SEC );
|
sleep( (clock_t)value * CLOCKS_PER_SEC );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue