mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:35:53 +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);
|
UNREFERENCED_PARAMETER(LockHandle);
|
||||||
|
|
||||||
/* Simply enable interrupts */
|
/* Simply enable interrupts */
|
||||||
_disable();
|
_enable();
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue