mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Fix wait condition
svn path=/trunk/; revision=42052
This commit is contained in:
parent
2b9d1b809c
commit
ab1fc18975
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ PlayLogonSoundThread(
|
||||||
|
|
||||||
Sleep(1000);
|
Sleep(1000);
|
||||||
|
|
||||||
}while(Index < 20);
|
}while(Index++ < 20);
|
||||||
|
|
||||||
CloseServiceHandle(hService);
|
CloseServiceHandle(hService);
|
||||||
CloseServiceHandle(hSCManager);
|
CloseServiceHandle(hSCManager);
|
||||||
|
|
Loading…
Reference in a new issue