mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Fixed typo.
svn path=/trunk/; revision=472
This commit is contained in:
parent
0a70b0080a
commit
c6b0f56200
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ VOID LeaveCriticalSection(LPCRITICAL_SECTION lpCriticalSection)
|
|||
{
|
||||
}
|
||||
|
||||
WINBOOL TryEntryCriticalSection(LPCRITICAL_SECTION lpCriticalSection)
|
||||
WINBOOL TryEnterCriticalSection(LPCRITICAL_SECTION lpCriticalSection)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue