mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
- Fix ExReleaseResourceLock(), spotted by Alex.
svn path=/trunk/; revision=32803
This commit is contained in:
parent
d9a882e1db
commit
f2fb7b9c4c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ ExReleaseResourceLock(IN PERESOURCE_XP Resource,
|
|||
UNREFERENCED_PARAMETER(LockHandle);
|
||||
|
||||
/* Simply enable interrupts */
|
||||
_disable();
|
||||
_enable();
|
||||
}
|
||||
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue